evolve: downcase first word in module doc
authorOlle Lundberg <geek@nerd.sh>
Fri, 04 Apr 2014 01:07:27 +0200
changeset 896 484886a2712d
parent 895 17ac69db9329
child 897 b5227608d9dd
evolve: downcase first word in module doc This makes the output of hg help consistent with the other extensions.
hgext/evolve.py
--- a/hgext/evolve.py	Fri Apr 04 00:58:15 2014 +0200
+++ 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.