~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2007-07-13 02:23:34 UTC
  • mfrom: (2592 +trunk) (2612 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2614.
  • Revision ID: john@arbash-meinel.com-20070713022334-qb6ewgo6v4251yd9
[merge] bzr.dev 2612

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