log hgext/patchbomb.py @ 4480:6b84c8d2f66f

age author description
Sun, 27 May 2007 13:41:35 -0700 Bryan O'Sullivan patchbomb: Defer the import of readline.
Sun, 27 May 2007 13:29:04 -0700 Bryan O'Sullivan patchbomb: Don't prompt for headers until sure we have revs to export.
Mon, 26 Mar 2007 20:49:57 -0500 John Goerzen Add a filename for the bundle
Mon, 26 Mar 2007 20:46:49 -0500 John Goerzen Slight refining to help text in patchbomb.py
Thu, 22 Mar 2007 14:02:39 -0500 John Goerzen Improve documentation for patchbomb and email
Mon, 26 Mar 2007 13:57:49 -0500 John Goerzen Add common bundle/outgoing options to hg email
Mon, 26 Mar 2007 13:37:48 -0500 John Goerzen Add ability to send bundles to patchbomb extension
Thu, 22 Mar 2007 10:40:28 -0700 Brendan Cully Add --outgoing option to patchbomb
Mon, 05 Mar 2007 19:54:21 +0100 Thomas Arendsen Hein merge with crew-stable
Sun, 04 Mar 2007 18:42:31 +0100 Thomas Arendsen Hein patchbomb: Strip more than one trailing dot (and spaces between them)
Sun, 04 Mar 2007 18:40:08 +0100 Thomas Arendsen Hein patchbomb: Allow to specify subject of single-patch-series (issue475)
Mon, 15 Jan 2007 18:23:21 +0100 Benoit Boissinot merge with -stable
Sat, 13 Jan 2007 02:15:49 +0100 Christian Ebert patchbomb: fix timezone offset in message date header
Mon, 25 Dec 2006 13:37:00 +0100 Benoit Boissinot remove various unused import
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Thu, 14 Dec 2006 13:49:33 -0800 Brendan Cully Merge with main
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Wed, 13 Dec 2006 22:53:41 -0800 Brendan Cully patchbomb: use ui.edit to compose summary mail
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Sat, 07 Oct 2006 15:16:47 -0400 Josef "Jeff" Sipek [patchbomb] prepend leading zeros in the "[PATCH N of M]" string
Wed, 04 Oct 2006 12:39:51 -0700 Brendan Cully patchbomb: update --attach to use cmdutil.make_filename
Wed, 13 Sep 2006 13:14:08 -0700 Matt Doar Add support for diffstat in commit emails, and move diffstat from
Wed, 30 Aug 2006 12:55:10 -0700 Brendan Cully Detect git patches in patchbomb makepatch function
Wed, 30 Aug 2006 10:17:35 -0700 Brendan Cully Add --git support to hg email
Wed, 16 Aug 2006 11:03:45 -0700 Brendan Cully patchbomb: import new mail module
Tue, 15 Aug 2006 23:37:37 +0300 Giorgos Keramidas hgext: more patchbomb documentation
Tue, 15 Aug 2006 14:06:50 -0500 Matt Mackall Move ui.sendmail to mail.connect/sendmail
Sun, 06 Aug 2006 16:03:02 +0200 Benoit Boissinot mailbomb: add a comment and remove the bcc in a more pythonic way
Sat, 29 Jul 2006 10:27:54 +0200 Christian Ebert patchbomb: do not write Bcc
Fri, 28 Jul 2006 22:17:32 +0200 Christian Ebert patchbomb: fix generation of message-id when sending attachments
Thu, 27 Jul 2006 15:19:58 -0700 Vadim Gelfer patchbomb: add content-disposition to make display inline and add filename
Thu, 27 Jul 2006 22:28:03 +0200 Christian Ebert patchbomb: optionally send patches as inline attachments
Thu, 27 Jul 2006 12:36:17 -0700 Vadim Gelfer merge with crew.
Thu, 27 Jul 2006 21:25:39 +0200 Christian Ebert make introductory message of patch series text/plain
Wed, 26 Jul 2006 14:39:33 +0200 Christian Ebert optionally send blind carbon copies
Fri, 16 Jun 2006 07:07:11 -0700 Volker Kleinfeld patchbomb does not handle email time stamp plattform independent
Mon, 15 May 2006 10:25:17 -0700 Vadim Gelfer allow to send email using sendmail.
Thu, 04 May 2006 12:25:10 -0700 Bryan O'Sullivan patch queue: notify.patch
Thu, 04 May 2006 12:23:01 -0700 Vadim Gelfer move mail sending code into core, so extensions can share it.
Thu, 04 May 2006 12:00:45 -0700 Vadim Gelfer rename [patchbomb] section to [email] section in hgrc. old name still ok.
Sun, 30 Apr 2006 21:11:22 +0200 Thomas Arendsen Hein Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
Thu, 09 Mar 2006 16:26:49 -0800 Vadim Gelfer patchbomb: ignore exception if pager quits.
Mon, 06 Mar 2006 21:06:53 -0800 Vadim Gelfer only put numbers on patches if > 1 patch.
Mon, 06 Mar 2006 21:05:18 -0800 Lee Cantey Patchbomb only sends introductory message [0 of N] if there are multiple patches.
Thu, 02 Mar 2006 11:38:39 -0800 Vadim Gelfer get patchbomb extension to use demandload. speeds up hg startup by 50%.
Mon, 06 Feb 2006 17:34:39 -0600 Johannes Stezenbach add --mbox output to patchbomb
Fri, 03 Feb 2006 11:43:49 +0100 Thomas Arendsen Hein Removed executable bit from patchbomb extension.
Tue, 31 Jan 2006 08:14:48 -0800 Vadim Gelfer merge with self.
Tue, 31 Jan 2006 08:14:23 -0800 Vadim Gelfer add documentation for email command.
Tue, 31 Jan 2006 08:13:03 -0800 Vadim Gelfer forgot to add import statement for _.
Tue, 31 Jan 2006 08:08:43 -0800 Vadim Gelfer add _ to several strings
Tue, 31 Jan 2006 08:06:35 -0800 Vadim Gelfer turn patchbomb script into an extension module. base contrib/patchbomb@1dd5c2717bec