Part of bzrlib.diff View In Hierarchy
| Method | __init__ | Constructor. |
| Class Method | from_string | Undocumented |
| Class Method | make_from_diff_tree | Undocumented |
| Method | finish | Undocumented |
| Method | diff | Undocumented |
| Method | edit_file | Use this tool to edit a file. |
| Method | _get_command | Undocumented |
| Method | _execute | Undocumented |
| Method | _try_symlink_root | Undocumented |
| Static Method | _fenc | Returns safe encoding for passing file path to diff tool |
| Method | _is_safepath | Return true if path may be able to pass to subprocess. |
| Method | _safe_filename | Replace unsafe character in relpath then join self._root, |
| Method | _write_file | Undocumented |
| Method | _prepare_files | Undocumented |
Inherited from DiffPath:
| Class Method | from_diff_tree | Undocumented |
| Static Method | _diff_many | Undocumented |
| Parameters | old_tree | The tree to show as the old tree in the comparison |
| new_tree | The tree to show as new in the comparison | |
| to_file | The file to write comparison data to | |
| path_encoding | The character encoding to write paths in |