mercurial/revlog.py
changeset 22389 94f77624dbb5
parent 22381 392ae5cb8d62
child 22784 0f4e655136ef
--- a/mercurial/revlog.py	Tue Aug 19 01:12:56 2014 +0200
+++ b/mercurial/revlog.py	Tue Aug 19 01:13:10 2014 +0200
@@ -753,7 +753,7 @@
         return a in self.commonancestorsheads(a, b)
 
     def ancestor(self, a, b):
-        """calculate the least common ancestor of nodes a and b"""
+        """calculate the "best" common ancestor of nodes a and b"""
 
         a, b = self.rev(a), self.rev(b)
         try: