author | Bryan O'Sullivan <bos@serpentine.com> |
Tue, 08 May 2007 11:54:39 -0700 | |
changeset 4427 | b59611e9dd64 |
parent 4421 | d0be96c694f7 |
child 4430 | 94cb7561337d |
child 4595 | f7f2bd7f981d |
permissions | -rw-r--r-- |
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
1 |
adding a |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
2 |
hg email: option --date not recognized |
4421 | 3 |
hg email [OPTION]... [REV]... |
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
4 |
|
4421 | 5 |
send changesets as a series of patch emails |
6 |
||
7 |
The series starts with a "[PATCH 0 of N]" introduction, which |
|
8 |
describes the series as a whole. |
|
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
9 |
|
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
10 |
Each patch email has a Subject line of "[PATCH M of N] ...", using |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
11 |
the first line of the changeset description as the subject text. |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
12 |
The message contains two or three body parts. First, the rest of |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
13 |
the changeset description. Next, (optionally) if the diffstat |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
14 |
program is installed, the result of running diffstat on the patch. |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
15 |
Finally, the patch itself, as generated by "hg export". |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
16 |
|
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
17 |
options: |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
18 |
|
4421 | 19 |
-a --attach send patches as inline attachments |
20 |
--bcc email addresses of blind copy recipients |
|
21 |
-c --cc email addresses of copy recipients |
|
22 |
-d --diffstat add diffstat output to messages |
|
23 |
-g --git use git extended diff format |
|
24 |
-f --from email address of sender |
|
25 |
--plain omit hg patch header |
|
26 |
-n --test print messages that would be sent |
|
27 |
-m --mbox write messages to mbox file instead of sending them |
|
28 |
-s --subject subject of first message (intro or single patch) |
|
29 |
-t --to email addresses of recipients |
|
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
30 |
|
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
31 |
use "hg -v help email" to show global options |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
32 |
adding b |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
33 |
hg email: option --date not recognized |
4421 | 34 |
hg email [OPTION]... [REV]... |
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
35 |
|
4421 | 36 |
send changesets as a series of patch emails |
37 |
||
38 |
The series starts with a "[PATCH 0 of N]" introduction, which |
|
39 |
describes the series as a whole. |
|
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
40 |
|
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
41 |
Each patch email has a Subject line of "[PATCH M of N] ...", using |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
42 |
the first line of the changeset description as the subject text. |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
43 |
The message contains two or three body parts. First, the rest of |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
44 |
the changeset description. Next, (optionally) if the diffstat |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
45 |
program is installed, the result of running diffstat on the patch. |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
46 |
Finally, the patch itself, as generated by "hg export". |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
47 |
|
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
48 |
options: |
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
49 |
|
4421 | 50 |
-a --attach send patches as inline attachments |
51 |
--bcc email addresses of blind copy recipients |
|
52 |
-c --cc email addresses of copy recipients |
|
53 |
-d --diffstat add diffstat output to messages |
|
54 |
-g --git use git extended diff format |
|
55 |
-f --from email address of sender |
|
56 |
--plain omit hg patch header |
|
57 |
-n --test print messages that would be sent |
|
58 |
-m --mbox write messages to mbox file instead of sending them |
|
59 |
-s --subject subject of first message (intro or single patch) |
|
60 |
-t --to email addresses of recipients |
|
4420
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
61 |
|
b0656b33cc02
add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
62 |
use "hg -v help email" to show global options |