diff -r ee943a920606 -r ab0d762d89ef mercurial/revlog.py --- a/mercurial/revlog.py Wed Jan 23 07:47:04 2019 -0500 +++ b/mercurial/revlog.py Wed Jan 23 07:49:36 2019 -0500 @@ -901,8 +901,6 @@ 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)