~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testrevision.py

  • Committer: Robert Collins
  • Date: 2005-08-25 12:46:42 UTC
  • mfrom: (1116)
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050825124642-45ed1cd74db10370
merge from mpool

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
class TestCommonAncestor(InTempDir):
73
73
    """Test checking whether a revision is an ancestor of another revision"""
74
 
    def runTest(self):
 
74
 
 
75
    def test_common_ancestor(self):
75
76
        from bzrlib.revision import find_present_ancestors, common_ancestor
76
77
        from bzrlib.revision import MultipleRevisionSources
77
78
        br1, br2 = make_branches()