[PATCH 1 of 5 STABLE] doc: prevent non-literal text block from being treated as literal one

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Mon Feb 1 13:15:02 UTC 2016


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1454331995 -32400
#      Mon Feb 01 22:06:35 2016 +0900
# Branch stable
# Node ID 5f5457d48d2c6d0a7cfcff552f12eac0ad8c897a
# Parent  88609cfa37455815e4d6acd45e2a8893720c065b
doc: prevent non-literal text block from being treated as literal one

This creates hg.1.html as expected.

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -873,7 +873,7 @@ def histedit(ui, repo, *freeargs, **opts
 
     This command lets you edit a linear series of changesets (up to
     and including the working directory, which should be clean).
-    You can::
+    You can:
 
     - `pick` to [re]order a changeset
 
@@ -887,7 +887,7 @@ def histedit(ui, repo, *freeargs, **opts
 
     - `edit` to edit this changeset
 
-    There are a number of ways to select the root changset::
+    There are a number of ways to select the root changset:
 
     - Specify ANCESTOR directly
 
diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
@@ -121,7 +121,7 @@ def rebase(ui, repo, **opts):
     destination changeset is not modified by rebasing, but new
     changesets are added as its descendants.)
 
-    Here are the ways to select changesets::
+    Here are the ways to select changesets:
 
       1. Explicitly select them using ``--rev``.
 


More information about the Mercurial-devel mailing list