/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 bzrlib/builtins.py

  • Committer: Jelmer Vernooij
  • Date: 2009-03-12 03:05:03 UTC
  • mto: (4000.5.12 interbranch)
  • mto: This revision was merged to the branch mainline in revision 4340.
  • Revision ID: jelmer@samba.org-20090312030503-dfvjcxj7131r4rlj
Make upgrade default to a rich-root-capable format if the source format uses rich roots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2889
2889
 
2890
2890
    def run(self, url='.', format=None):
2891
2891
        from bzrlib.upgrade import upgrade
2892
 
        if format is None:
2893
 
            format = bzrdir.format_registry.make_bzrdir('default')
2894
2892
        upgrade(url, format)
2895
2893
 
2896
2894