evolve: fix capitalization in docstring for commands stable
authorAndré Sintzoff <andre.sintzoff@gmail.com>
Thu, 20 Nov 2014 22:05:29 +0100
branchstable
changeset 1168 2187f7c88ff6
parent 1167 a1f5a948420d
child 1171 d14537d7dca9
child 1173 fc95401f952f
evolve: fix capitalization in docstring for commands
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
     """