##// END OF EJS Templates
issue1577: fix broken test by assuming less about CVS output....
issue1577: fix broken test by assuming less about CVS output. Specifically, output of "cvs ci" varies unpredictably across CVS versions, so any test that includes the output of "cvs ci" is doomed to fail some of the time. This fixes that by discarding the output of "cvs ci".

File last commit:

r6944:7e5f3480 default
r8081:6c3b8132 default
Show More
test-empty
17 lines | 142 B | text/plain | TextLexer
mpm@selenic.com
Add empty repo test
r1338 #!/bin/sh
Benoit Boissinot
fix regression on empty repo cloning introduced by 0642d9d7ec80...
r6944 hg init a
cd a
mpm@selenic.com
Add empty repo test
r1338 hg log
hg grep wah
hg manifest
hg verify
Benoit Boissinot
fix regression on empty repo cloning introduced by 0642d9d7ec80...
r6944 ls .hg
ls .hg/store
cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store