##// END OF EJS Templates
commands: add debugbundle command...
commands: add debugbundle command Lists ids contained in a bundle file. Useful for testing bundle-related commands.

File last commit:

r12346:3b165c12 default
r13724:fe57046e default
Show More
test-requires.t
14 lines | 274 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!
[255]
$ echo indoor-pool > .hg/requires
$ hg tip
abort: requirement 'indoor-pool' not supported!
[255]