##// END OF EJS Templates
mdiff: carriage return (\r) is also ignorable whitespace
mdiff: carriage return (\r) is also ignorable whitespace

File last commit:

r12346:3b165c12 default
r12751:8eb758ea 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]