comparison hgext/patchbomb.py @ 8252:9674d64b6416

patchbomb: add copyright and license header
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 01:48:53 +0200
parents 32a2a1e244f1
children 03cfc6ea93df
comparison
equal deleted inserted replaced
8251:7fc30044b514 8252:9674d64b6416
1 # patchbomb.py - sending Mercurial changesets as patch emails
2 #
3 # Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4 #
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.
7
1 '''sending Mercurial changesets as a series of patch emails 8 '''sending Mercurial changesets as a series of patch emails
2 9
3 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
4 describes the series as a whole. 11 describes the series as a whole.
5 12