view tests/test-churn.out @ 10014:54cd28258ea7

status: add the --change option to display files changed in a revision This option is similar to the one already used for the diff command. Unfortunately, the c and C short option are already used for status, so there is no corresponding short option. However, there is no short option for --rev either, so that's consistent.
author Gilles Moris <gilles.moris@free.fr>
date Mon, 30 Nov 2009 23:51:06 +0100
parents 7d56b6ffef72
children 717c35d55fb3
line wrap: on
line source

% create test repository
adding a
adding b
adding c
% churn separate directories
user1      1 ***************************************************************
% churn all
user3      3 ***************************************************************
user1      3 ***************************************************************
user2      2 ******************************************
% churn up to rev 2
user2      2 ***************************************************************
user1      1 ********************************
% churn with aliases
alias3      3 **************************************************************
alias1      3 **************************************************************
user2       2 *****************************************
% churn with .hgchurn
alias3      3 **************************************************************
alias1      3 **************************************************************
user2       2 *****************************************
% churn with column specifier
user3      3 ***********************
user1      3 ***********************
user2      2 ***************
% churn by hour
06      1 *****************
09      2 *********************************
12      4 ******************************************************************
13      1 *****************
% churn with separated added/removed lines
user1           +3/-1 +++++++++++++++++++++++++++++++++++++++++--------------
user3           +3/-0 +++++++++++++++++++++++++++++++++++++++++
user2           +2/-0 +++++++++++++++++++++++++++
% changeset number churn
user1      4 ***************************************************************
user3      3 ***********************************************
user2      2 ********************************
adding foo
test      0