/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 mapping.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-02 01:59:40 UTC
  • mfrom: (0.200.1791 work)
  • mto: (0.200.1795 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180302015940-41gwnoymxc2go3bq
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
 
491
491
    @property
492
492
    def branch_format(self):
493
 
        from .branch import GitBranchFormat
494
 
        return GitBranchFormat()
 
493
        from .branch import LocalGitBranchFormat
 
494
        return LocalGitBranchFormat()
495
495
 
496
496
    @property
497
497
    def repository_format(self):