hgext/color.py
changeset 5796 7705d308eb5e
parent 5792 956e01c31914
child 6212 e75aab656f46
--- a/hgext/color.py	Fri Jan 04 07:44:07 2008 +0100
+++ b/hgext/color.py	Fri Jan 04 14:25:04 2008 +0100
@@ -123,7 +123,7 @@
 _status_abbreviations = { 'M': 'modified',
                           'A': 'added',
                           'R': 'removed',
-                          'D': 'deleted',
+                          '!': 'deleted',
                           '?': 'unknown',
                           'I': 'ignored',
                           'C': 'clean',