/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/per_branch/test_stacking.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-27 11:34:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6216.
  • Revision ID: jelmer@samba.org-20110927113438-iaunzmkn9yscv0al
More test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
548
548
        self.assertEqual({}, repo.get_parent_map(['rev1']))
549
549
        # revision_history should work, even though the history is spread over
550
550
        # multiple repositories.
551
 
        self.assertLength(2, list(stacked.branch.iter_revision_history()))
 
551
        self.assertLength(2,
 
552
            list(stacked.branch.iter_reverse_revision_history()))
552
553
 
553
554
 
554
555
class TestStackingConnections(