|   | 
              Name | 
              Description | 
            
            
              
                 
               | 
              
                PatchMake(ListDiff)
               | 
              
            Compute a list of patches to turn text1 into text2.
            text1 will be derived from the provided diffs.
             | 
            
            
              
                 
               | 
              
                PatchMake(String, ListDiff)
               | 
              
            Compute a list of patches to turn text1 into text2.
            text2 is not provided, diffs are the delta between text1 and text2.
             | 
            
            
              
                 
               | 
              
                PatchMake(String, String)
               | 
              
            Compute a list of patches to turn text1 into text2.
            A set of diffs will be computed.
             | 
            
            
              
                 
               | 
              
                PatchMake(String, String, ListDiff)
               | 
              
                Obsolete.
                 
            Compute a list of patches to turn text1 into text2.
            text2 is ignored, diffs are the delta between text1 and text2.
             |