# HG changeset patch # User André Sintzoff # Date 1416517529 -3600 # Node ID 2187f7c88ff6d0b3dfd84807f245378c611b90af # Parent a1f5a948420dd6f152822705caa47251d1f7d185 evolve: fix capitalization in docstring for commands diff -r a1f5a948420d -r 2187f7c88ff6 hgext/evolve.py --- 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 """