mercurial/dirstate.py
changeset 6057 218d5b9aa466
parent 6048 cfb4a51da7d5
child 6110 81e20e01d465
--- a/mercurial/dirstate.py	Sat Feb 09 18:58:31 2008 +0100
+++ b/mercurial/dirstate.py	Sat Feb 09 19:13:57 2008 +0100
@@ -286,7 +286,7 @@
             self._changepath(f, '?')
             del self._map[f]
         except KeyError:
-            self._ui.warn(_("not in dirstate: %s!\n") % f)
+            self._ui.warn(_("not in dirstate: %s\n") % f)
 
     def clear(self):
         self._map = {}