Show More
@@ -28,7 +28,7 b' With the -d/--diffstat option, you will ' | |||||
28 | diffstat summary and the changeset summary, so you can be sure you are sending |
|
28 | diffstat summary and the changeset summary, so you can be sure you are sending | |
29 | the right changes. |
|
29 | the right changes. | |
30 |
|
30 | |||
31 | To configure other defaults, add a section like this to your hgrc file: |
|
31 | To configure other defaults, add a section like this to your hgrc file:: | |
32 |
|
32 | |||
33 | [email] |
|
33 | [email] | |
34 | from = My Name <my@email> |
|
34 | from = My Name <my@email> | |
@@ -49,13 +49,13 b' up once for each patchbomb message, so y' | |||||
49 | The -m/--mbox option is also very useful. Instead of previewing each patchbomb |
|
49 | The -m/--mbox option is also very useful. Instead of previewing each patchbomb | |
50 | message in a pager or sending the messages directly, it will create a UNIX |
|
50 | message in a pager or sending the messages directly, it will create a UNIX | |
51 | mailbox file with the patch emails. This mailbox file can be previewed with |
|
51 | mailbox file with the patch emails. This mailbox file can be previewed with | |
52 | any mail user agent which supports UNIX mbox files, e.g. with mutt: |
|
52 | any mail user agent which supports UNIX mbox files, e.g. with mutt:: | |
53 |
|
53 | |||
54 | % mutt -R -f mbox |
|
54 | % mutt -R -f mbox | |
55 |
|
55 | |||
56 | When you are previewing the patchbomb messages, you can use `formail' (a |
|
56 | When you are previewing the patchbomb messages, you can use `formail' (a | |
57 | utility that is commonly installed as part of the procmail package), to send |
|
57 | utility that is commonly installed as part of the procmail package), to send | |
58 | each message out: |
|
58 | each message out:: | |
59 |
|
59 | |||
60 | % formail -s sendmail -bm -t < mbox |
|
60 | % formail -s sendmail -bm -t < mbox | |
61 |
|
61 |
General Comments 0
You need to be logged in to leave comments.
Login now