mercurial/scmutil.py
changeset 14435 5f6090e559fa
parent 14404 69b60edfd76c
child 14482 58b36e9ea783
--- a/mercurial/scmutil.py	Thu May 26 17:15:35 2011 -0500
+++ b/mercurial/scmutil.py	Thu May 26 17:15:35 2011 -0500
@@ -623,7 +623,7 @@
         wctx = repo[None]
         wlock = repo.wlock()
         try:
-            wctx.remove(deleted)
+            wctx.forget(deleted)
             wctx.add(unknown)
             for new, old in copies.iteritems():
                 wctx.copy(old, new)