Mercurial > hg
changeset 27956:f3eb98b8fe12 stable
doc: prevent non-literal text block from being treated as literal one
This creates hg.1.html as expected.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Mon, 01 Feb 2016 22:06:35 +0900 |
parents | b721c9543a4f |
children | c54f017fcd52 |
files | hgext/histedit.py hgext/rebase.py |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/histedit.py Mon Feb 01 20:29:20 2016 +0900 +++ b/hgext/histedit.py Mon Feb 01 22:06:35 2016 +0900 @@ -873,7 +873,7 @@ 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 @@ - `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
--- a/hgext/rebase.py Mon Feb 01 20:29:20 2016 +0900 +++ b/hgext/rebase.py Mon Feb 01 22:06:35 2016 +0900 @@ -121,7 +121,7 @@ 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``.