diff options
author | Denis Laxalde <denis@laxalde.org> | 2019-11-12 10:41:56 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-17 13:44:09 -0500 |
commit | e1af112573b0ef61406d86a9aaa37e5d446b25d8 (patch) | |
tree | 18fcab7c94bddeca775d25ec7e83b93a67665b92 /hg.sr.ht/email.md | |
parent | 5896661fbaeeca3131ec7043712733a9f5e4563c (diff) | |
download | sr.ht-docs-e1af112573b0ef61406d86a9aaa37e5d446b25d8.tar.gz |
Suggest a better "flagtemplate" for hg email
Diffstat (limited to 'hg.sr.ht/email.md')
-rw-r--r-- | hg.sr.ht/email.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hg.sr.ht/email.md b/hg.sr.ht/email.md index 86c7dcb..64730a5 100644 --- a/hg.sr.ht/email.md +++ b/hg.sr.ht/email.md @@ -179,10 +179,10 @@ You can also specify this as the default for that mercurial repository by editing its config (`.hg/hgrc`): [patchbomb] - flagtemplate = example {flags} + flagtemplate = {separate(' ', 'example', flags)} -The `{flags}` placeholder indicates where other `--flags` will go in the email -subject (in this case: after "`example`"). +This will build a default `--flags` starting with "`example`" and followed by +any other value passed through the command-line. # For maintainers |