##// END OF EJS Templates
largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo
largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo

File last commit:

r14746:72e4fcb4 stable
r15302:225d30ba stable
Show More
test-requires.t
17 lines | 465 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 features 'indoor-pool' (upgrade Mercurial)!
[255]
$ echo outdoor-pool >> .hg/requires
$ hg tip
abort: unknown repository format: requires features 'indoor-pool', 'outdoor-pool' (upgrade Mercurial)!
[255]