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

r6336:4b0c9c67 default
r8081:6c3b8132 default
Show More
test-debugindexdot.out
8 lines | 72 B | text/plain | TextLexer
/ tests / test-debugindexdot.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Patrick Mezard
Test debugindexdot
r5346 digraph G {
-1 -> 0
0 -> 1
0 -> 2
2 -> 3
1 -> 3
}