~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2007-07-15 11:24:18 UTC
  • mfrom: (2617 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070715112418-9nn4n6esxv60ny4b
merge bzr.dev@1617

Show diffs side-by-side

added added

removed removed

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