hgext/patchbomb.py
branchstable
changeset 10263 25e572394f5c
parent 10022 585f51f8b5f0
child 10264 d6512b3e9ac0
child 10284 b08ffd27dfc8
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # patchbomb.py - sending Mercurial changesets as patch emails
     1 # patchbomb.py - sending Mercurial changesets as patch emails
     2 #
     2 #
     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 or any later version.
     7 
     7 
     8 '''command to send changesets as (a series of) patch emails
     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.