hgext3rd/evolve/cmdrewrite.py
branchstable
changeset 3233 bd01eb0108f4
parent 3231 996dabc4224b
child 3270 e6150b9b88d9
--- a/hgext3rd/evolve/cmdrewrite.py	Wed Dec 06 02:08:37 2017 +0100
+++ b/hgext3rd/evolve/cmdrewrite.py	Thu Dec 07 20:34:18 2017 +0100
@@ -1000,9 +1000,7 @@
     # allow to choose the seed ?
     _('[-r] revs'))
 def touch(ui, repo, *revs, **opts):
-    # Do not split this next line to fit into 80 cols, it is displayed when
-    # running `hg` with no arguments!
-    """create successors that are identical to their predecessors except for the changeset ID
+    """create successors identical to their predecessors but the changeset ID
 
     This is used to "resurrect" changesets
     """