##// 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:

r3749:f9567a7f default
r8081:6c3b8132 default
Show More
test-issue436
7 lines | 59 B | text/plain | TextLexer
Benoit Boissinot
add test for issue436
r3745 #!/bin/sh
hg init a
cd a
Alexis S. L. Carvalho
additional fixes for issue436
r3749 hg -v log -v
Benoit Boissinot
add test for issue436
r3745 hg -v log -v x
true