Mercurial > hg
comparison hgext/mq.py @ 19997:de16c673455b stable
documentation: add an extra newline after note directive
Like this no docutils version interprets any line in the following text as
argument of note.
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Tue, 05 Nov 2013 08:59:55 +0100 |
parents | d51c4d85ec23 |
children | 2455e96ec73b |
comparison
equal
deleted
inserted
replaced
19996:52b437586435 | 19997:de16c673455b |
---|---|
2620 | 2620 |
2621 With no arguments, print the currently active guards. | 2621 With no arguments, print the currently active guards. |
2622 With arguments, set guards for the named patch. | 2622 With arguments, set guards for the named patch. |
2623 | 2623 |
2624 .. note:: | 2624 .. note:: |
2625 | |
2625 Specifying negative guards now requires '--'. | 2626 Specifying negative guards now requires '--'. |
2626 | 2627 |
2627 To set guards on another patch:: | 2628 To set guards on another patch:: |
2628 | 2629 |
2629 hg qguard other.patch -- +2.6.17 -stable | 2630 hg qguard other.patch -- +2.6.17 -stable |