Show More
@@ -896,6 +896,8 b' class revlog(object):' | |||
|
896 | 896 | common = [nullrev] |
|
897 | 897 | |
|
898 | 898 | if rustext is not None: |
|
899 | # TODO: WdirUnsupported should be raised instead of GraphError | |
|
900 | # if common includes wdirrev | |
|
899 | 901 | return rustext.ancestor.MissingAncestors(self.index, common) |
|
900 | 902 | return ancestor.incrementalmissingancestors(self.parentrevs, common) |
|
901 | 903 |
General Comments 0
You need to be logged in to leave comments.
Login now