[PATCH] churn: ability to display added/removed lines separately
Benoit Boissinot
benoit.boissinot at ens-lyon.org
Thu Oct 29 23:47:56 UTC 2009
On Thu, Oct 29, 2009 at 08:50:37PM +0200, Alexander Solovyov wrote:
> # HG changeset patch
> # User Alexander Solovyov <piranha at piranha.org.ua>
> # Date 1256842224 -7200
> # Node ID 760c2b7fabd08e2fd1788c79d1d525e7cee5b021
> # Parent f53c549237cadd78299872d77015a15901367bcc
> churn: ability to display added/removed lines separately
>
> # issue 833: ZeroDivisionError
> diff --git a/tests/test-churn.out b/tests/test-churn.out
> --- a/tests/test-churn.out
> +++ b/tests/test-churn.out
> @@ -10,7 +10,7 @@ user1 3 ***************************
> user2 2 ******************************************
> % churn up to rev 2
> user2 2 ***************************************************************
> -user1 1 *******************************
> +user1 1 ********************************
> % churn with aliases
> alias3 3 **************************************************************
> alias1 3 **************************************************************
> @@ -24,9 +24,13 @@ user3 3 ***********************
> user1 3 ***********************
> user2 2 ***************
> % churn by hour
> -06 1 ****************
> +06 1 *****************
> 09 2 *********************************
> 12 4 ******************************************************************
> -13 1 ****************
> +13 1 *****************
Why does those change?
thanks,
Benoit
--
:wq
More information about the Mercurial-devel
mailing list