Mercurial > hg
view tests/test-churn.out @ 7585:075b7ef0f84d
convert/gnuarch: follow continuation-of revisions
Built on top of previous patches:
- continuation-of parsing
- registered archives retrieval
- use of fully qualified revisions
This allows the converter scanning for more source revisions
following the tree versions 'leaked' through the continuation-of
informations. Coupled with the registered archives retrieval, this
makes possible to decide to follow such a hint or stop scanning for
more revisions.
This also implies some changes in the retrieval of some base-0
revisions when they're continuation-of other revisions, in that
case a 'replay' will work where a simple 'get' fails because the
dir exists already. I found the code dealing with 'replay' quite
good as it has already a fallback to 'get' in the error path.
author | Edouard Gomez <ed.gomez@free.fr> |
---|---|
date | Sun, 04 Jan 2009 02:36:48 +0100 |
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 ******************************************************************