/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/test_commit.py

  • Committer: Martin Albisetti
  • Date: 2008-06-20 03:43:29 UTC
  • mfrom: (500.1.2 gtk)
  • Revision ID: argentina@gmail.com-20080620034329-lrb4we9qa0jw0s26
Tweaks to failing tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        rev_id1 = tree.commit('one')
82
82
        tree2 = tree.bzrdir.sprout('tree2').open_workingtree()
83
83
        rev_id2 = tree2.commit('two')
84
 
        rev_id3 = tree2.commit('three')
85
84
        tree3 = tree2.bzrdir.sprout('tree3').open_workingtree()
 
85
        rev_id3 = tree2.commit('three')
86
86
        rev_id4 = tree3.commit('four')
87
87
        rev_id5 = tree3.commit('five')
88
88
        tree.merge_from_branch(tree2.branch)