diff options
Diffstat (limited to 'hg.sr.ht/email.md')
-rw-r--r-- | hg.sr.ht/email.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hg.sr.ht/email.md b/hg.sr.ht/email.md index 9172f2c..8345520 100644 --- a/hg.sr.ht/email.md +++ b/hg.sr.ht/email.md @@ -169,8 +169,8 @@ multiple times if you also need to specify `--flags V2`. For instance: hg email --flags 'example' -o -You can also specify this as the default for that git repository by editing its -config (`.hg/hrc`): +You can also specify this as the default for that mercurial repository by +editing its config (`.hg/hgrc`): [patchbomb] flagtemplate = example {flags} |