b.d.DiffPath(object) : class documentation

Part of bzrlib.diff View In Hierarchy

Known subclasses: bzrlib.diff.DiffDirectory, bzrlib.diff.DiffFromTool, bzrlib.diff.DiffSymlink, bzrlib.diff.DiffText, bzrlib.tests.test_diff.DiffWasIs

Base type for command object that compare files
Method __init__ Constructor.
Method finish Undocumented
Class Method from_diff_tree Undocumented
Static Method _diff_many Undocumented
def __init__(self, old_tree, new_tree, to_file, path_encoding='utf-8'):
Constructor.
Parametersold_treeThe tree to show as the old tree in the comparison
new_treeThe tree to show as new in the comparison
to_fileThe file to write comparison data to
path_encodingThe character encoding to write paths in
def finish(self):
Undocumented
@classmethod
def from_diff_tree(klass, diff_tree):
Undocumented
@staticmethod
def _diff_many(differs, file_id, old_path, new_path, old_kind, new_kind):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.