Mercurial > p > roundup > code
comparison doc/user_guide.txt @ 8052:d54af8964fe3
docs: fix unwanted highlighting.
Plain text example lines were being formatted as python. Now formatted
as plain text.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 02 Jul 2024 21:51:51 -0400 |
| parents | ce1e65af97fb |
| children | b1d384d23cdb |
comparison
equal
deleted
inserted
replaced
| 8051:878cec551d86 | 8052:d54af8964fe3 |
|---|---|
| 626 The e-mail interface also provides a simple way to set properties on | 626 The e-mail interface also provides a simple way to set properties on |
| 627 items. At the end of the subject line, propname=value pairs can be | 627 items. At the end of the subject line, propname=value pairs can be |
| 628 specified in square brackets, using the same conventions as for the | 628 specified in square brackets, using the same conventions as for the |
| 629 roundup set shell command. | 629 roundup set shell command. |
| 630 | 630 |
| 631 .. highlight:: text | |
| 632 | |
| 631 For example, | 633 For example, |
| 632 | 634 |
| 633 - setting the priority of an issue:: | 635 - setting the priority of an issue:: |
| 634 | 636 |
| 635 Subject: Re: [issue2] the coffee machine is broken! [priority=urgent] | 637 Subject: Re: [issue2] the coffee machine is broken! [priority=urgent] |
| 643 Subject: Re: [issue 2] we're out of widgets [nosy=richard,cliff] | 645 Subject: Re: [issue 2] we're out of widgets [nosy=richard,cliff] |
| 644 | 646 |
| 645 - removing yourself from a nosy list and setting the priority:: | 647 - removing yourself from a nosy list and setting the priority:: |
| 646 | 648 |
| 647 Subject: Re: [ issue 2 ] we're out of widgets [nosy=-richard;priority=bug] | 649 Subject: Re: [ issue 2 ] we're out of widgets [nosy=-richard;priority=bug] |
| 650 | |
| 651 .. highlight:: python3 | |
| 648 | 652 |
| 649 In all cases, the message relates to issue 2. The ``Re:`` prefix is | 653 In all cases, the message relates to issue 2. The ``Re:`` prefix is |
| 650 stripped off. | 654 stripped off. |
| 651 | 655 |
| 652 | 656 |
