Part of bzrlib.knit View In Hierarchy
| Method | __init__ | Undocumented |
| Method | annotate | Return a list of (origin, text) for each content line. |
| Method | apply_delta | Apply delta to this object to become new_version_id. |
| Method | text | Undocumented |
| Method | copy | Undocumented |
Inherited from KnitContent:
| Method | line_delta_iter | Generate line-based delta from this content to new_lines. |
| Method | line_delta | Undocumented |
| Static Method | get_line_delta_blocks | Extract SequenceMatcher.get_matching_blocks() from a knit delta |