tests/test-churn.t
changeset 24139 73b3218bb078
parent 21163 9846b40d01e7
child 26781 1aee2ab0f902
equal deleted inserted replaced
24138:eabe44ec5af5 24139:73b3218bb078
   169   user2           2 *****************************
   169   user2           2 *****************************
   170   user4           2 *****************************
   170   user4           2 *****************************
   171   El Ni\xc3\xb1o         1 *************** (esc)
   171   El Ni\xc3\xb1o         1 *************** (esc)
   172   with space      1 ***************
   172   with space      1 ***************
   173 
   173 
       
   174 Test --template argument, with backwards compatiblity
       
   175 
       
   176   $ hg churn -t '{author|user}'
       
   177   user1      4 ***************************************************************
       
   178   user3      3 ***********************************************
       
   179   user2      2 ********************************
       
   180   nino       1 ****************
       
   181   with       1 ****************
       
   182              0 
       
   183   user4      0 
       
   184   $ hg churn -T '{author|user}'
       
   185   user1      4 ***************************************************************
       
   186   user3      3 ***********************************************
       
   187   user2      2 ********************************
       
   188   nino       1 ****************
       
   189   with       1 ****************
       
   190              0 
       
   191   user4      0 
       
   192   $ hg churn -t 'alltogether'
       
   193   alltogether     11 *********************************************************
       
   194   $ hg churn -T 'alltogether'
       
   195   alltogether     11 *********************************************************
       
   196 
   174   $ cd ..
   197   $ cd ..