Show More
@@ -687,7 +687,7 b' class workingctx(changectx):' | |||||
687 | node, flag = self._repo.manifest.find(mnode, orig) |
|
687 | node, flag = self._repo.manifest.find(mnode, orig) | |
688 | ff = self._repo.dirstate.flagfunc(lambda x: flag or None) |
|
688 | ff = self._repo.dirstate.flagfunc(lambda x: flag or None) | |
689 | try: |
|
689 | try: | |
690 |
return ff( |
|
690 | return ff(path) | |
691 | except OSError: |
|
691 | except OSError: | |
692 | pass |
|
692 | pass | |
693 |
|
693 |
General Comments 0
You need to be logged in to leave comments.
Login now