##// END OF EJS Templates
keyword: add verify to nokwcommands after refactor in e79a8f36c2a5...
Christian Ebert -
r6867:e64f5abb default
parent child Browse files
Show More
@@ -89,7 +89,7 b" 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 annotate bundle copy export grep incoming init'
91 nokwcommands = ('add addremove annotate bundle copy export grep incoming init'
92 ' log outgoing push rename rollback tip'
92 ' log outgoing push rename rollback tip verify'
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,
@@ -208,6 +208,8 b" hg --debug commit -l log -d '2 0' -u 'Us"
208 rm log
208 rm log
209 echo % status
209 echo % status
210 hg status
210 hg status
211 echo % verify
212 hg verify
211
213
212 echo % cat
214 echo % cat
213 cat a b
215 cat a b
@@ -281,6 +281,12 b' M a'
281 a
281 a
282 overwriting a expanding keywords
282 overwriting a expanding keywords
283 % status
283 % status
284 % verify
285 checking changesets
286 checking manifests
287 crosschecking files in changesets and manifests
288 checking files
289 3 files, 3 changesets, 4 total revisions
284 % cat
290 % cat
285 expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $
291 expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $
286 do not process $Id:
292 do not process $Id:
General Comments 0
You need to be logged in to leave comments. Login now