# HG changeset patch # User Martin Geisler # Date 1247003682 -7200 # Node ID feb3445e8b84154a3df863a88a8e89a55666ee37 # Parent 8da4e1d5bef2edf363fbb8652eb2bf68770268cf churn: wrapped docstrings at 78 characters diff -r 8da4e1d5bef2 -r feb3445e8b84 hgext/churn.py --- a/hgext/churn.py Tue Jul 07 23:54:42 2009 +0200 +++ b/hgext/churn.py Tue Jul 07 23:54:42 2009 +0200 @@ -94,15 +94,13 @@ def churn(ui, repo, *pats, **opts): '''histogram of changes to the repository - This command will display a histogram representing the number - of changed lines or revisions, grouped according to the given - template. The default template will group changes by author. - The --dateformat option may be used to group the results by - date instead. + This command will display a histogram representing the number of changed + lines or revisions, grouped according to the given template. The default + template will group changes by author. The --dateformat option may be used + to group the results by date instead. - Statistics are based on the number of changed lines, or - alternatively the number of matching revisions if the - --changesets option is specified. + Statistics are based on the number of changed lines, or alternatively the + number of matching revisions if the --changesets option is specified. Examples: @@ -118,8 +116,8 @@ # display count of lines changed in every year hg churn -f '%Y' -s - It is possible to map alternate email addresses to a main address - by providing a file using the following format: + It is possible to map alternate email addresses to a main address by + providing a file using the following format: