# HG changeset patch # User Christian Ebert # Date 1203686628 -3600 # Node ID 25f2d4cedd4cb3370120b5e14ffdaa5164f1a0ac # Parent e089672ef9b427597bce0b91477d20e22bd93f9a (0.9.2compat) get fix from stable branch diff -r e089672ef9b4 -r 25f2d4cedd4c hgkw/keyword.py --- 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, diff -r e089672ef9b4 -r 25f2d4cedd4c tests/test-keyword --- 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