--- a/hgkw/keyword.py Fri Feb 15 20:17:33 2008 +0100
+++ b/hgkw/keyword.py Fri Feb 22 14:23:48 2008 +0100
@@ -94,8 +94,8 @@
commands.optionalrepo += ' kwdemo'
# hg commands that do not act on keywords
-nokwcommands = ('add addremove bundle copy export grep identify incoming init'
- ' log outgoing push remove rename rollback tip'
+nokwcommands = ('add addremove bundle copy export grep incoming init'
+ ' log outgoing push rename rollback tip'
' convert email glog')
# hg commands that trigger expansion only when writing to working dir,
--- a/tests/test-keyword Fri Feb 15 20:17:33 2008 +0100
+++ b/tests/test-keyword Fri Feb 22 14:23:48 2008 +0100
@@ -68,6 +68,7 @@
echo % status
hg status
echo % identify
+hg debugrebuildstate
hg --quiet identify
echo % cat
cat a b
@@ -198,6 +199,7 @@
hg cat a b
echo % remove
+hg debugrebuildstate
hg remove a
hg --debug commit -m rma
echo % status