# HG changeset patch # User FUJIWARA Katsunori # Date 2016-02-01 13:06:35 # Node ID c54f017fcd528aa2e378aeb0719a1ee1b517d1aa # Parent f3eb98b8fe12c9079018eb9103c0105fb39492be doc: prevent literal text block from being treated as non-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 @@ -162,7 +162,7 @@ revset in your configuration file:: 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