Mercurial > hg-stable
comparison hgext/histedit.py @ 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 |
comparison
equal
deleted
inserted
replaced
27956:f3eb98b8fe12 | 27957:c54f017fcd52 |
---|---|
160 [histedit] | 160 [histedit] |
161 defaultrev = only(.) & draft() | 161 defaultrev = only(.) & draft() |
162 | 162 |
163 By default each edited revision needs to be present in histedit commands. | 163 By default each edited revision needs to be present in histedit commands. |
164 To remove revision you need to use ``drop`` operation. You can configure | 164 To remove revision you need to use ``drop`` operation. You can configure |
165 the drop to be implicit for missing commits by adding: | 165 the drop to be implicit for missing commits by adding:: |
166 | 166 |
167 [histedit] | 167 [histedit] |
168 dropmissing = True | 168 dropmissing = True |
169 | 169 |
170 """ | 170 """ |