Mercurial > hg
comparison tests/test-keyword @ 6867:e64f5abb8a88
keyword: add verify to nokwcommands after refactor in e79a8f36c2a5
Add test as well.
Thanks to Guy Brand for spotting this.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 07 Aug 2008 09:53:57 +0200 |
parents | 01e95d4bc66c |
children | 959113c5e1cd |
comparison
equal
deleted
inserted
replaced
6866:0ff5d2bbd8b1 | 6867:e64f5abb8a88 |
---|---|
206 echo % commit | 206 echo % commit |
207 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' | 207 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' |
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 |
214 echo % hg cat | 216 echo % hg cat |
215 hg cat sym a b | 217 hg cat sym a b |