comparison hgext/churn.py @ 8843:eb7b247a98ea

kill trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 19 Jun 2009 13:47:50 +0200
parents d9f4c182aeca
children 868670dbc237
comparison
equal deleted inserted replaced
8842:acd03a6e2426 8843:eb7b247a98ea
118 # display count of lines changed in every year 118 # display count of lines changed in every year
119 hg churn -f '%Y' -s 119 hg churn -f '%Y' -s
120 120
121 It is possible to map alternate email addresses to a main address 121 It is possible to map alternate email addresses to a main address
122 by providing a file using the following format: 122 by providing a file using the following format:
123 123
124 <alias email> <actual email> 124 <alias email> <actual email>
125 125
126 Such a file may be specified with the --aliases option, otherwise a 126 Such a file may be specified with the --aliases option, otherwise a
127 .hgchurn file will be looked for in the working directory root. 127 .hgchurn file will be looked for in the working directory root.
128 ''' 128 '''