~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Patch Queue Manager
  • Date: 2011-10-05 14:12:34 UTC
  • mfrom: (6083.2.13 metadir-goes-colo)
  • Revision ID: pqm@pqm.ubuntu.com-20111005141234-pjarq2hlunfrrrse
(jelmer) Add 'development-colo' format which supports colocated branches.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1908
1908
                        raise errors.BranchExistsWithoutWorkingTree(location)
1909
1909
                raise errors.AlreadyBranchError(location)
1910
1910
            branch = a_bzrdir.create_branch()
1911
 
            if not no_tree:
 
1911
            if not no_tree and not a_bzrdir.has_workingtree():
1912
1912
                a_bzrdir.create_workingtree()
1913
1913
        if append_revisions_only:
1914
1914
            try: