##// END OF EJS Templates
tests: unify test-requires
Nicolas Dumazet -
r12116:f5185800 default
parent child Browse files
Show More
@@ -1,14 +1,14 b''
1 #!/bin/sh
1 $ mkdir t
2 $ cd t
3 $ hg init
4 $ echo a > a
5 $ hg add a
6 $ hg commit -m test -d "1000000 0"
7 $ rm .hg/requires
8 $ hg tip
9 abort: index 00changelog.i unknown format 2!
10 $ echo indoor-pool > .hg/requires
11 $ hg tip
12 abort: requirement 'indoor-pool' not supported!
2
13
3 mkdir t
14 $ true
4 cd t
5 hg init
6 echo a > a
7 hg add a
8 hg commit -m test -d "1000000 0"
9 rm .hg/requires
10 hg tip
11 echo indoor-pool > .hg/requires
12 hg tip
13
14 true
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now