~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-07-17 13:27:14 UTC
  • mfrom: (2624 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: abentley@panoramicfeedback.com-20070717132714-tmzx9khmg9501k51
Merge from bzr.dev

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'))