~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_branch.py

  • Committer: Robert Collins
  • Date: 2006-01-18 03:09:39 UTC
  • mto: (1534.1.15 integration)
  • mto: This revision was merged to the branch mainline in revision 1550.
  • Revision ID: robertc@robertcollins.net-20060118030939-c5c7106140cf444f
Tweak storage towards mergability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        f = Fetcher(from_branch=b1, to_branch=b2)
59
59
        eq = self.assertEquals
60
60
        eq(f.count_copied, 1)
61
 
        eq(f.last_revision, 'revision-1')
 
61
        eq(f._last_revision, 'revision-1')
62
62
 
63
63
        rev = b2.repository.get_revision('revision-1')
64
64
        tree = b2.repository.revision_tree('revision-1')