Mercurial > public > mercurial-scm > hg
diff hgext/keyword.py @ 6157:09b00faa8670
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.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Thu, 21 Feb 2008 16:22:31 -0300 |
parents | c74f1d9092f8 |
children | f89fd07fc51d |
line wrap: on
line diff
--- a/hgext/keyword.py Thu Feb 21 16:22:31 2008 -0300 +++ b/hgext/keyword.py Thu Feb 21 16:22:31 2008 -0300 @@ -88,8 +88,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,