--- a/mercurial/dirstate.py Fri Jul 11 18:46:02 2008 -0500 +++ b/mercurial/dirstate.py Sun Jul 20 19:08:59 2008 +0200 @@ -338,7 +338,7 @@ 'forget a file' self._dirty = True try: - self._droppath('?') + self._droppath(f) del self._map[f] except KeyError: self._ui.warn(_("not in dirstate: %s\n") % f)