view tests/test-churn.out @ 7080:a6477aa893b8

tests: Windows compatibility fixes - printenv.py, md5sum.py, simplemerge, test-archive, test-merge1, test-merge-symlinks: set standard streams to binary mode - test-encode: replace "gunzip" by "gzip -d" - test-hup: requires fifo
author Patrick Mezard <pmezard@gmail.com>
date Sun, 12 Oct 2008 19:11:59 +0200
parents 2627ef59195d
children 7bcce39e8f07
line wrap: on
line source

% create test repository
adding a
adding b
adding c
% churn all
user3      3 ***************************************************************
user2      2 ******************************************
user1      1 *********************
% churn up to rev 2
user2      2 ***************************************************************
user1      1 *******************************
% churn with aliases
alias3      3 **************************************************************
user2       2 *****************************************
alias1      1 ********************
% churn with column specifier
user3      3 ***********************
user2      2 ***************
user1      1 *******
% churn by hour
06      1 **********************
09      2 ********************************************
12      3 ******************************************************************