##// END OF EJS Templates
keyword: remove "identify" and "remove" from nokwcommands...
Alexis S. L. Carvalho -
r6157:09b00faa default
parent child Browse files
Show More
@@ -88,8 +88,8 b' import re, shutil, tempfile, time'
88 commands.optionalrepo += ' kwdemo'
88 commands.optionalrepo += ' kwdemo'
89
89
90 # hg commands that do not act on keywords
90 # hg commands that do not act on keywords
91 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
91 nokwcommands = ('add addremove bundle copy export grep incoming init'
92 ' log outgoing push remove rename rollback tip'
92 ' log outgoing push rename rollback tip'
93 ' convert email glog')
93 ' convert email glog')
94
94
95 # hg commands that trigger expansion only when writing to working dir,
95 # hg commands that trigger expansion only when writing to working dir,
@@ -67,6 +67,7 b" hg --debug commit -mabsym -d '0 0' -u 'U"
67 echo % status
67 echo % status
68 hg status
68 hg status
69 echo % identify
69 echo % identify
70 hg debugrebuildstate
70 hg --quiet identify
71 hg --quiet identify
71 echo % cat
72 echo % cat
72 cat a b
73 cat a b
@@ -216,6 +217,7 b' hg cat sym a b'
216 echo
217 echo
217
218
218 echo % remove
219 echo % remove
220 hg debugrebuildstate
219 hg remove a
221 hg remove a
220 hg --debug commit -m rma
222 hg --debug commit -m rma
221 echo % status
223 echo % status
General Comments 0
You need to be logged in to leave comments. Login now