# HG changeset patch # User Olle Lundberg # Date 1396566447 -7200 # Node ID 12ed6dfa8eead0deb3b3062df1466e63c1e54640 # Parent 947fb5b1915b0f061384cfdc3f6785a91f44bdc1 evolve: downcase first word in module doc This makes the output of hg help consistent with the other extensions. diff -r 947fb5b1915b -r 12ed6dfa8eea hgext/evolve.py --- a/hgext/evolve.py Wed Mar 26 23:58:45 2014 +0100 +++ b/hgext/evolve.py Fri Apr 04 01:07:27 2014 +0200 @@ -6,7 +6,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -'''Extends Mercurial feature related to Changeset Evolution +'''extends Mercurial feature related to Changeset Evolution This extension provides several commands to mutate history and deal with issues it may raise.