changeset 976:484886a2712d

evolve: downcase first word in module doc This makes the output of hg help consistent with the other extensions.
author Olle Lundberg <geek@nerd.sh>
date Fri, 04 Apr 2014 01:07:27 +0200
parents 17ac69db9329
children b5227608d9dd
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -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.