Mercurial > hg-stable
changeset 27957:c54f017fcd52 stable
doc: prevent literal text block from being treated as non-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 | f3eb98b8fe12 |
children | 57dd5298f05f |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/histedit.py Mon Feb 01 22:06:35 2016 +0900 +++ b/hgext/histedit.py Mon Feb 01 22:06:35 2016 +0900 @@ -162,7 +162,7 @@ By default each edited revision needs to be present in histedit commands. To remove revision you need to use ``drop`` operation. You can configure -the drop to be implicit for missing commits by adding: +the drop to be implicit for missing commits by adding:: [histedit] dropmissing = True