branch | stable |
changeset 41350 | ab0d762d89ef |
parent 41303 | c953c2a94d68 |
child 41435 | e2e815e3c4ae |
child 41447 | 189e06b2d719 |
--- 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)