##// END OF EJS Templates
test-revert: add case for nothing changed
test-revert: add case for nothing changed

File last commit:

r14483:973959fb default
r14745:cae09a39 stable
Show More
test-requires.t
13 lines | 302 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: unknown repository format: requires feature 'indoor-pool' (upgrade Mercurial)!
[255]