From patchwork Thu Apr 3 23:12:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3,of,3,evolve-ext] evolve: downcase first word in module doc From: Olle Lundberg X-Patchwork-Id: 4217 Message-Id: <23a75d93a87b6cdb4304.1396566755@se-c02kq0dadr55.lan> To: mercurial-devel@selenic.com Date: Fri, 04 Apr 2014 01:12:35 +0200 # HG changeset patch # User Olle Lundberg # 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 # # 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: