hgext/fix.py
changeset 42008 7f6b375a8903
parent 41994 550a172a603b
child 42009 8f427f7c1f71
--- a/hgext/fix.py	Tue Mar 19 16:26:52 2019 +0300
+++ b/hgext/fix.py	Thu Mar 21 18:35:39 2019 -0700
@@ -282,8 +282,6 @@
         match = scmutil.match(fixctx, pats, opts)
         for path in pathstofix(ui, repo, pats, opts, match, basectxs[rev],
                                fixctx):
-            if path not in fixctx:
-                continue
             fctx = fixctx[path]
             if fctx.islink():
                 continue