tests/test-churn.t
branchstable
changeset 13123 2506658c3927
parent 12942 05fffd665170
child 16913 f2719b387380
equal deleted inserted replaced
13105:2245fcd0e160 13123:2506658c3927
   137 this was failing with a ZeroDivisionError
   137 this was failing with a ZeroDivisionError
   138 
   138 
   139   $ hg churn
   139   $ hg churn
   140   test      0 
   140   test      0 
   141   $ cd ..
   141   $ cd ..
       
   142 
       
   143 Ignore trailing or leading spaces in emails
       
   144 
       
   145   $ cd repo
       
   146   $ touch bar
       
   147   $ hg ci -Am'bar' -u 'user4 <user4@x.com>'
       
   148   adding bar
       
   149   $ touch foo
       
   150   $ hg ci -Am'foo' -u 'user4 < user4@x.com >'
       
   151   adding foo
       
   152   $ hg log -l2 --template '[{author|email}]\n'
       
   153   [ user4@x.com ]
       
   154   [user4@x.com]
       
   155   $ hg churn -c
       
   156   user1            4 *********************************************************
       
   157   user3            3 *******************************************
       
   158   user4@x.com      2 *****************************
       
   159   user2            2 *****************************
       
   160   with space       1 **************