/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/plugins/git/dir.py

  • Committer: Jelmer Vernooij
  • Date: 2018-06-21 23:59:28 UTC
  • mfrom: (6973.6.4 python3-e)
  • Revision ID: jelmer@jelmer.uk-20180621235928-f7z0vf0lxc6ieo9e
Merge lp:~jelmer/brz/python3-e

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
        except bzr_errors.NoSuchFile:
690
690
            return self
691
691
        else:
692
 
            commondir = commondir.rstrip('/.git/')
 
692
            commondir = commondir.rstrip(b'/.git/')
693
693
            return ControlDir.open_from_transport(get_transport_from_path(commondir))