keyword: remove "identify" and "remove" from nokwcommands
These two commands care about the list of modified files returned
by repo.status and we may need to do a full content comparison to
populate that list.
[ original upstream description ]
--- a/hgkw/keyword.py Fri Feb 15 20:18:56 2008 +0100
+++ b/hgkw/keyword.py Thu Feb 21 16:22:31 2008 -0300
@@ -90,8 +90,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:18:56 2008 +0100
+++ b/tests/test-keyword Thu Feb 21 16:22:31 2008 -0300
@@ -67,6 +67,7 @@
echo % status
hg status
echo % identify
+hg debugrebuildstate
hg --quiet identify
echo % cat
cat a b
@@ -216,6 +217,7 @@
echo
echo % remove
+hg debugrebuildstate
hg remove a
hg --debug commit -m rma
echo % status