##// 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 88 commands.optionalrepo += ' kwdemo'
89 89
90 90 # hg commands that do not act on keywords
91 nokwcommands = ('add addremove bundle copy export grep identify incoming init'
92 ' log outgoing push remove rename rollback tip'
91 nokwcommands = ('add addremove bundle copy export grep incoming init'
92 ' log outgoing push rename rollback tip'
93 93 ' convert email glog')
94 94
95 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 67 echo % status
68 68 hg status
69 69 echo % identify
70 hg debugrebuildstate
70 71 hg --quiet identify
71 72 echo % cat
72 73 cat a b
@@ -216,6 +217,7 b' hg cat sym a b'
216 217 echo
217 218
218 219 echo % remove
220 hg debugrebuildstate
219 221 hg remove a
220 222 hg --debug commit -m rma
221 223 echo % status
General Comments 0
You need to be logged in to leave comments. Login now