# HG changeset patch # User Alexis S. L. Carvalho # Date 1203621751 10800 # Node ID 2f179ea3a9aa01aabd576b28a9f16b1adf8a8b08 # Parent 3d882f14f23aece0f37eae54af624cabedb40092 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 ] diff -r 3d882f14f23a -r 2f179ea3a9aa hgkw/keyword.py --- 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, diff -r 3d882f14f23a -r 2f179ea3a9aa tests/test-keyword --- 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