mercurial/hg.py
changeset 657 22bc6fb9aefc
parent 656 147d2fa2d766
child 658 f8098ae9f5b6
--- a/mercurial/hg.py	Sat Jul 09 18:11:54 2005 -0800
+++ b/mercurial/hg.py	Sun Jul 10 10:06:54 2005 -0800
@@ -897,7 +897,7 @@
                 self.ui.warn("%s still exists!\n" % f)
             elif self.dirstate.state(f) == 'a':
                 self.ui.warn("%s never committed!\n" % f)
-                self.dirstate.forget(f)
+                self.dirstate.forget([f])
             elif f not in self.dirstate:
                 self.ui.warn("%s not tracked!\n" % f)
             else: