mercurial/localrepo.py
changeset 5243 8050f13772f6
parent 5242 466323968b23
child 5244 dee573ba79f1
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -626,7 +626,7 @@ class localrepository(repo.repository):
                 fp2 = nullid
 
         # is the file unmodified from the parent? report existing entry
-        if fp2 == nullid and not fl.cmp(fp1, t):
+        if fp2 == nullid and not fl.cmp(fp1, t) and not meta:
             return fp1
 
         changelist.append(fn)