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

  • Committer: Jelmer Vernooij
  • Date: 2009-03-08 16:31:55 UTC
  • mto: (0.200.245 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090308163155-8a3mtf5ekjkoucdi
Change default format to 1.9-rich-root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
            dest_location = os.path.basename(src_location.rstrip("/\\"))
70
70
 
71
71
        source_repo = Repository.open(src_location)
72
 
        format = format_registry.make_bzrdir('rich-root-pack')
 
72
        format = format_registry.make_bzrdir("1.9-rich-root")
73
73
        try:
74
74
            target_bzrdir = BzrDir.open(dest_location)
75
75
        except NotBranchError: