/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2020-05-24 00:42:36 UTC
  • mto: This revision was merged to the branch mainline in revision 7505.
  • Revision ID: jelmer@jelmer.uk-20200524004236-jdj6obo4k5lznqw2
Cleanup Windows functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1049
1049
            if file_id is None:
1050
1050
                raise ValueError(
1051
1051
                    'WorkingTree.set_root_id with fileid=None')
 
1052
            file_id = osutils.safe_file_id(file_id)
1052
1053
            self._set_root_id(file_id)
1053
1054
 
1054
1055
    def _set_root_id(self, file_id):