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

r7870:7bcce39e default
r8081:6c3b8132 default
Show More
test-churn.out
23 lines | 861 B | text/plain | TextLexer
Patrick Mezard
Make churn an official extension
r6348 % create test repository
adding a
adding b
adding c
% churn all
user3 3 ***************************************************************
user2 2 ******************************************
user1 1 *********************
Alexander Solovyov
churn and stats commands merged
r7070 % churn up to rev 2
Patrick Mezard
Make churn an official extension
r6348 user2 2 ***************************************************************
user1 1 *******************************
% churn with aliases
alias3 3 **************************************************************
user2 2 *****************************************
alias1 1 ********************
% churn with column specifier
user3 3 ***********************
user2 2 ***************
user1 1 *******
Alexander Solovyov
churn and stats commands merged
r7070 % churn by hour
06 1 **********************
09 2 ********************************************
12 3 ******************************************************************