Mercurial > evolve
changeset 1168:2187f7c88ff6 stable
evolve: fix capitalization in docstring for commands
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Thu, 20 Nov 2014 22:05:29 +0100 |
parents | a1f5a948420d |
children | d14537d7dca9 fc95401f952f |
files | hgext/evolve.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/evolve.py Mon Nov 17 16:04:48 2014 +0100 +++ b/hgext/evolve.py Thu Nov 20 22:05:29 2014 +0100 @@ -1118,7 +1118,7 @@ ] + mergetoolopts, _('[OPTIONS]...')) def evolve(ui, repo, **opts): - """Solve trouble in your repository + """solve trouble in your repository - rebase unstable changesets to make them stable again, - create proper diffs from bumped changesets, @@ -2062,7 +2062,7 @@ # allow to choose the seed ? _('[-r] revs')) def touch(ui, repo, *revs, **opts): - """Create successors that are identical to their predecessors except for the changeset ID + """create successors that are identical to their predecessors except for the changeset ID This is used to "resurrect" changesets """