mercurial/revlog.py
branchstable
changeset 41301 13c23396c7fe
parent 41286 00b314c42094
child 41302 c953c2a94d68
--- a/mercurial/revlog.py	Sun Jan 20 11:51:21 2019 +0900
+++ b/mercurial/revlog.py	Sun Jan 20 11:57:36 2019 +0900
@@ -896,6 +896,8 @@
             common = [nullrev]
 
         if rustext is not None:
+            # TODO: WdirUnsupported should be raised instead of GraphError
+            # if common includes wdirrev
             return rustext.ancestor.MissingAncestors(self.index, common)
         return ancestor.incrementalmissingancestors(self.parentrevs, common)