/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_sprout.py

  • Committer: Jelmer Vernooij
  • Date: 2007-09-16 19:29:00 UTC
  • mfrom: (2823 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2824.
  • Revision ID: jelmer@samba.org-20070916192900-fph1i2wsytberyyl
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        # simulated uncommit
92
92
        wt.branch.set_last_revision_info(0, _mod_revision.NULL_REVISION)
93
93
        wt.set_last_revision(_mod_revision.NULL_REVISION)
94
 
        wt.revert([])
 
94
        wt.revert()
95
95
        wt.commit('rev1b', rev_id='rev1b')
96
96
        wt2 = wt.bzrdir.sprout('target',
97
97
            revision_id='rev1a').open_workingtree()