Mercurial > evolve
comparison hgext/evolve.py @ 893:12ed6dfa8eea stable
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 | 947fb5b1915b |
children | 98b5ac44a259 4f84b3307dc2 |
comparison
equal
deleted
inserted
replaced
892:947fb5b1915b | 893:12ed6dfa8eea |
---|---|
4 # Patrick Mezard <patrick@mezard.eu> | 4 # Patrick Mezard <patrick@mezard.eu> |
5 # | 5 # |
6 # This software may be used and distributed according to the terms of the | 6 # This software may be used and distributed according to the terms of the |
7 # GNU General Public License version 2 or any later version. | 7 # GNU General Public License version 2 or any later version. |
8 | 8 |
9 '''Extends Mercurial feature related to Changeset Evolution | 9 '''extends Mercurial feature related to Changeset Evolution |
10 | 10 |
11 This extension provides several commands to mutate history and deal with | 11 This extension provides several commands to mutate history and deal with |
12 issues it may raise. | 12 issues it may raise. |
13 | 13 |
14 It also: | 14 It also: |