##// END OF EJS Templates
context: fix bug introduced in fb89cd21a7a0, path should be used
Benoit Boissinot -
r10927:c1d375e9 stable
parent child Browse files
Show More
@@ -687,7 +687,7 b' class workingctx(changectx):'
687 687 node, flag = self._repo.manifest.find(mnode, orig)
688 688 ff = self._repo.dirstate.flagfunc(lambda x: flag or None)
689 689 try:
690 return ff(orig)
690 return ff(path)
691 691 except OSError:
692 692 pass
693 693
General Comments 0
You need to be logged in to leave comments. Login now