Mercurial > hg
view tests/test-churn.out @ 9183:d0225fa2f6c4
do not translate commit messages
It is not very helpful to have 'Added tag %s for changeset %s' and
similar messages translated into different languages when people work
together using different locales.
We now use English strings without support for translations. If
needed, the user can still supply a custom string for most commands.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 22 Jul 2009 22:50:34 +0200 |
parents | f108e89400d8 |
children | f7968bba2307 |
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 ****************