##// END OF EJS Templates
url: remove unused/obsolete functions
url: remove unused/obsolete functions

File last commit:

r13956:ffb5c09b default
r14071:b23a8dd3 default
Show More
test-requires.t
13 lines | 264 B | text/troff | Tads3Lexer
$ hg init t
$ cd t
$ 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]