hgext/largefiles/overrides.py
changeset 16094 0776a6cababe
parent 16093 7e30f5f2285f
child 16109 cb756482c1aa
--- a/hgext/largefiles/overrides.py	Thu Feb 09 16:50:19 2012 -0600
+++ b/hgext/largefiles/overrides.py	Thu Feb 09 17:04:17 2012 -0600
@@ -319,7 +319,7 @@
                 processed.append((standin, "g", p2.flags(standin)))
             else:
                 processed.append((standin, "r"))
-        elif m == "m" and lfutil.standin(f) in p1 and f in p2:
+        elif m == "g" and lfutil.standin(f) in p1 and f in p2:
             # Case 2: largefile in the working copy, normal file in
             # the second parent
             standin = lfutil.standin(f)