~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-05 01:04:27 UTC
  • mfrom: (2581.1.6 cleanup-runbzr)
  • Revision ID: pqm@pqm.ubuntu.com-20070705010427-0839hywgo4ioup2t
(mbp,vila) more run_bzr cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
        # Now that we have a repository with shared files, make sure
83
83
        # that things aren't copied out by a 'branch'
84
 
        self.run_bzr('branch', 'repo/b', 'branch-b')
 
84
        self.run_bzr('branch repo/b branch-b')
85
85
        pushed_tree = WorkingTree.open('branch-b')
86
86
        pushed_repo = pushed_tree.branch.repository
87
87
        self.assertFalse(pushed_repo.has_revision('a-1'))