Mercurial > hg
view tests/test-churn.out @ 9391:2705e6816d33
use 'x in dict' instead of 'dict.has_key(x)'
"in" is faster, and has_key will be removed in py3k
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 24 Aug 2009 21:00:34 +0200 |
parents | f7968bba2307 |
children | 9b127e888640 |
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 **************** adding foo test 0