[PATCH 3 of 3 evolve-ext] evolve: downcase first word in module doc
Olle Lundberg
olle.lundberg at gmail.com
Thu Apr 3 23:12:35 UTC 2014
# HG changeset patch
# User Olle Lundberg <geek at nerd.sh>
# Date 1396566447 -7200
# Fri Apr 04 01:07:27 2014 +0200
# Node ID 23a75d93a87b6cdb43044e529a637949d6749e37
# Parent ac1f02bd74ba20877ad2c2a4c47b7ddd880065f0
evolve: downcase first word in module doc
This makes the output of hg help consistent with the other extensions.
diff --git a/hgext/evolve.py b/hgext/evolve.py
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -4,11 +4,11 @@
# Patrick Mezard <patrick at mezard.eu>
#
# 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.
It also:
More information about the Mercurial-devel
mailing list