mercurial/commands.py
changeset 14435 5f6090e559fa
parent 14434 cc8c09855d19
child 14450 d1a1578c5f78
--- a/mercurial/commands.py	Thu May 26 17:15:35 2011 -0500
+++ b/mercurial/commands.py	Thu May 26 17:15:35 2011 -0500
@@ -2269,7 +2269,7 @@
         if ui.verbose or not m.exact(f):
             ui.status(_('removing %s\n') % m.rel(f))
 
-    repo[None].remove(forget, unlink=False)
+    repo[None].forget(forget)
     return errs
 
 @command('grep',