Part of bzrlib.conflicts View In Hierarchy
Typically obtained from WorkingTree.conflicts()
Can be instantiated from stanzas or from Conflict subclasses.
| Method | __init__ | Undocumented |
| Method | is_empty | Undocumented |
| Method | __len__ | Undocumented |
| Method | __iter__ | Undocumented |
| Method | __getitem__ | Undocumented |
| Method | append | Undocumented |
| Method | __eq__ | Undocumented |
| Method | __ne__ | Undocumented |
| Method | __repr__ | Undocumented |
| Static Method | from_stanzas | Produce a new ConflictList from an iterable of stanzas |
| Method | to_stanzas | Generator of stanzas |
| Method | to_strings | Generate strings for the provided conflicts |
| Method | remove_files | Remove the THIS, BASE and OTHER files for listed conflicts |
| Method | select_conflicts | Select the conflicts associated with paths in a tree. |