(0.9.2compat) get fix from stable branch 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Fri, 22 Feb 2008 14:23:48 +0100
branch0.9.2compat
changeset 420 25f2d4cedd4c
parent 417 e089672ef9b4
child 422 c9899d769cdb
(0.9.2compat) get fix from stable branch
hgkw/keyword.py
tests/test-keyword
--- 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