equal
deleted
inserted
replaced
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others |
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others |
4 # |
4 # |
5 # This software may be used and distributed according to the terms of the |
5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2, incorporated herein by reference. |
6 # GNU General Public License version 2, incorporated herein by reference. |
7 |
7 |
8 '''command to send changesets as (a series of) patch e-mails |
8 '''command to send changesets as (a series of) patch emails |
9 |
9 |
10 The series is started off with a "[PATCH 0 of N]" introduction, which |
10 The series is started off with a "[PATCH 0 of N]" introduction, which |
11 describes the series as a whole. |
11 describes the series as a whole. |
12 |
12 |
13 Each patch email has a Subject line of "[PATCH M of N] ...", using the |
13 Each patch email has a Subject line of "[PATCH M of N] ...", using the |