Part of bzrlib.multiparent View In Hierarchy
Method | __init__ | Undocumented |
Method | __repr__ | Undocumented |
Method | __eq__ | Undocumented |
Static Method | from_lines | Produce a MultiParent from a list of lines and parents |
Method | get_matching_blocks | Undocumented |
Method | to_lines | Contruct a fulltext from this diff and its parents |
Class Method | from_texts | Produce a MultiParent from a text and list of parent text |
Method | to_patch | Yield text lines for a patch |
Method | patch_len | Undocumented |
Method | zipped_patch_len | Undocumented |
Class Method | from_patch | Create a MultiParent from its string form |
Method | range_iterator | Iterate through the hunks, with range indicated |
Method | num_lines | The number of lines in the output text |
Method | is_snapshot | Return true of this hunk is effectively a fulltext |
Static Method | _from_patch | This is private because it is essential to split lines on |