--- 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
"""