Mercurial > hg
view tests/test-churn.out @ 7226:b71a52f101dc
Make it possible to disable filtering for a pattern.
Rationale: Apparently there were no way to disable for example win32text extension locally.
RFC: Can it already be done another way?
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 14 Oct 2008 21:28:49 +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 ******************************************************************