~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_revision.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-12 03:21:39 UTC
  • mfrom: (1558.12.7 revert-missing)
  • Revision ID: pqm@pqm.ubuntu.com-20060412032139-5508773d6a1cd4ae
Remove debug path printing

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    tree1.commit("Commit two", rev_id="a@u-0-1")
56
56
    tree1.commit("Commit three", rev_id="a@u-0-2")
57
57
 
58
 
    tree2 = tree1.bzrdir.clone("branch2").open_workingtree()
 
58
    tree2 = self.make_branch_and_tree("branch2")
59
59
    br2 = tree2.branch
 
60
    br2.update_revisions(br1)
60
61
    tree2.commit("Commit four", rev_id="b@u-0-3")
61
62
    tree2.commit("Commit five", rev_id="b@u-0-4")
62
63
    revisions_2 = br2.revision_history()