##// END OF EJS Templates
convert: better grouping of command line flags in help...
convert: better grouping of command line flags in help We normally put related command line flags after one another.

File last commit:

r12156:4c94b6d0 default
r12187:4a854122 default
Show More
test-requires.t
14 lines | 268 B | text/troff | Tads3Lexer
$ mkdir t
$ cd t
$ hg init
$ echo a > a
$ hg add a
$ hg commit -m test
$ rm .hg/requires
$ hg tip
abort: index 00changelog.i unknown format 2!
$ echo indoor-pool > .hg/requires
$ hg tip
abort: requirement 'indoor-pool' not supported!
$ true