~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2006-03-05 11:48:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: robertc@robertcollins.net-20060305114854-d95dbe4adfee32e9
Make bound branch creation happen via 'checkout'

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        # of date checkout
72
72
        self.make_branch_and_tree('branch')
73
73
        # make a checkout
74
 
        self.runbzr('checkout branch checkout')
 
74
        self.runbzr('checkout --lightweight branch checkout')
75
75
        # commit to the original branch to make the checkout out of date
76
76
        self.runbzr('commit --unchanged -m message branch')
77
77
        # now commit to the checkout should emit