~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-28 03:17:39 UTC
  • mfrom: (3868.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081128031739-mprtvyhcn9zwtkqc
(mbp, for jam) bzr branch opens source branch only once

Show diffs side-by-side

added added

removed removed

Lines of Context:
977
977
                                            possible_transports=[to_transport],
978
978
                                            accelerator_tree=accelerator_tree,
979
979
                                            hardlink=hardlink, stacked=stacked,
980
 
                                            force_new_repo=standalone)
 
980
                                            force_new_repo=standalone,
 
981
                                            source_branch=br_from)
981
982
                branch = dir.open_branch()
982
983
            except errors.NoSuchRevision:
983
984
                to_transport.delete_tree('.')