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

  • Committer: Jelmer Vernooij
  • Date: 2020-11-18 02:15:43 UTC
  • mfrom: (7490.40.117 work)
  • mto: This revision was merged to the branch mainline in revision 7526.
  • Revision ID: jelmer@jelmer.uk-20201118021543-0flrmtqv7ibat6yv
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
for optimiser in ['InterRemoteGitNonGitRepository',
102
102
                  'InterLocalGitNonGitRepository',
103
103
                  'InterLocalGitLocalGitRepository',
 
104
                  'InterLocalGitRemoteGitRepository',
104
105
                  'InterRemoteGitLocalGitRepository',
105
106
                  'InterToLocalGitRepository',
106
107
                  'InterToRemoteGitRepository',