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