diff hgext3rd/evolve/cmdrewrite.py @ 2923:8c2d3c474fc6

doc: make paragraphs before example code end with "::" for reST syntax This prevents lines in an example code from being treated as a part of normal paragraph. For issue example, lines are folded into one paragraph.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 07 Aug 2017 23:24:57 +0900
parents 1b7b9acda2a9
children
line wrap: on
line diff
--- a/hgext3rd/evolve/cmdrewrite.py	Sun Sep 10 22:41:54 2017 +0900
+++ b/hgext3rd/evolve/cmdrewrite.py	Mon Aug 07 23:24:57 2017 +0900
@@ -350,7 +350,7 @@
 
          hg fold --from 3::6
 
-     - Fold revisions 3 and 4:
+     - Fold revisions 3 and 4::
 
         hg fold "3 + 4" --exact