Mercurial > hg
view tests/test-churn.out @ 6369:53912d30ac40
Avoid calling heads() twice on every hg commit.
In an extreme case (merging two revisions with very low revision numbers)
this could be slower than the previous code, but it should be much faster
in the usual cases (parents are near the tip). It also avoids some races
in some uninteresting cases (e.g. two concurrent hg commits).
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 23 Mar 2008 21:03:24 -0300 |
parents | f8feaa665319 |
children | 2627ef59195d |
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 1 user2 2 *************************************************************** user1 1 ******************************* % churn with aliases alias3 3 ************************************************************** user2 2 ***************************************** alias1 1 ******************** % churn with column specifier user3 3 *********************** user2 2 *************** user1 1 *******