~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Aaron Bentley
  • Date: 2005-09-10 23:15:33 UTC
  • mto: (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: aaron.bentley@utoronto.ca-20050910231533-e3860a46890c2c71
Cleanup and test-fixing

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
    return matches
229
229
 
230
230
 
231
 
def common_ancestor(revision_a, revision_b, revision_source):
 
231
def old_common_ancestor(revision_a, revision_b, revision_source):
232
232
    """Find the ancestor common to both revisions that is closest to both.
233
233
    """
234
234
    from bzrlib.trace import mutter