hgext/patchbomb.py
Mon, 15 Mar 2010 22:37:38 +0100 Cédric Duval patchbomb: --desc implies --intro
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Sun, 07 Feb 2010 14:29:07 +0100 Sune Foldager interpret repo#name url syntax as branch instead of revision
Fri, 29 Jan 2010 01:04:38 +0100 Martin Geisler Merge with stable.
Thu, 28 Jan 2010 11:27:09 +0000 Christian Ebert patchbomb: document [patchbomb] config section for addresses stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 08 Dec 2009 23:36:06 +0100 Sune Foldager Merge with stable
Tue, 08 Dec 2009 23:23:59 +0100 Sune Foldager patchbomb: fix bug introduced in 4ddfad7ebd98 and add test stable
Sun, 06 Dec 2009 23:28:49 +0100 Sune Foldager Merge with stable
Sun, 06 Dec 2009 23:22:17 +0100 Sune Foldager patchbomb: handle repository#rev URLs correctly stable
Thu, 26 Nov 2009 12:23:28 +0200 Marti Raudsepp patchbomb: fix parsing of multiple addresses, allow multiple addrs in --to/cc/bcc
Sun, 08 Nov 2009 18:08:24 +0100 Patrick Mezard patchbomb: normalize date format in generated mboxes
Sun, 25 Oct 2009 14:28:02 +0100 Alexander Solovyov patchbomb: accept default if it is empty string
Sun, 25 Oct 2009 14:24:39 +0100 Martin Geisler patchbomb: fix double-spaces in prompts
Mon, 19 Oct 2009 23:27:20 +0300 Alexander Solovyov fix patchbomb prompt when sending series of patches
Wed, 15 Jul 2009 11:26:47 +0900 Nicolas Dumazet patchbomb: add --flag to put flags in subject prefixes
Mon, 03 Aug 2009 00:12:10 +0200 Martin Geisler patchbomb: use a list instead of indented paragraphs
Fri, 31 Jul 2009 23:49:47 +0200 Christian Ebert patchbomb: reST syntax for literal blocks in help text
Fri, 31 Jul 2009 01:40:45 +0200 Cédric Duval doc: fix quotes mismatches affecting rst
Sun, 26 Jul 2009 01:58:13 +0200 Martin Geisler patchbomb: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:24:52 +0200 Martin Geisler patchbomb: use reST syntax for literal blocks
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler patchbomb: wrapped docstrings at 78 characters
Sun, 05 Jul 2009 17:09:01 +0200 Cédric Duval patchbomb: use local time for the Date: header
Sun, 05 Jul 2009 16:42:10 +0200 Cédric Duval patchbomb: fix From_ in the message's envelope
Wed, 24 Jun 2009 13:42:34 +0200 Dirkjan Ochtman extensions: change descriptions for hook-providing extensions
Wed, 24 Jun 2009 13:42:02 +0200 Dirkjan Ochtman extensions: change descriptions for extensions providing a few commands
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sat, 20 Jun 2009 20:57:13 +0200 Cédric Duval help: remove per-extension paragraph on how to enable it
Wed, 17 Jun 2009 20:54:26 +0200 Cédric Duval patchbomb: do not assume the presence of angle brackets around msg-id
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Tue, 19 May 2009 15:10:45 +0200 Dirkjan Ochtman patchbomb: don't localize Date headers
Tue, 19 May 2009 01:37:38 +0200 Cédric Duval patchbomb: with --in-reply-to, still thread message under first in series
Tue, 19 May 2009 00:06:19 +0200 Cédric Duval patchbomb: minor typo and language fixes
Tue, 19 May 2009 00:02:54 +0200 Cédric Duval patchbomb: clarify diffstat usage
Mon, 18 May 2009 23:59:22 +0200 Cédric Duval patchbomb: fix inexact description of the messages threading
Sun, 17 May 2009 09:54:08 +0200 Cédric Duval patchbomb: make diffstat usage clearer
Sun, 17 May 2009 15:30:45 +0200 Martin Geisler patchbomb: describe --attach and --inline options in help
Sun, 17 May 2009 09:45:49 +0200 Cédric Duval patchbomb: fix help to reflect actual operation
Sat, 09 May 2009 01:15:24 +0200 Martin Geisler patchbomb: fix quotes in help string
Sun, 26 Apr 2009 01:48:53 +0200 Martin Geisler patchbomb: add copyright and license header
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall ui: make interactive a method
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall add cmdutil.remoteui
Thu, 23 Apr 2009 08:39:27 +0200 Henrik Stuart patchbomb: add user agent header to mails
Sat, 18 Apr 2009 14:40:21 +0200 Martin Geisler help texts: write command line switches as -a/--abc
Wed, 08 Apr 2009 19:32:16 +0200 Henrik Stuart patchbomb: Support initial in-reply-to header
Sat, 04 Apr 2009 23:18:41 +0200 Martin Geisler patchbomb: word-wrap help texts at 70 characters
Sat, 04 Apr 2009 21:09:43 +0200 Martin Geisler Change double spaces to single spaces in help texts.
Sat, 14 Mar 2009 10:46:48 -0400 John Mulligan patchbomb: option to set the name of bundle attachment (issue1452)
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Sat, 28 Feb 2009 12:38:45 +0100 timeless help: miscellaneous language fixes
Thu, 22 Jan 2009 10:48:37 -0700 Bill Barry added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs
Sat, 24 Jan 2009 18:52:46 +0100 Martin Geisler patchbomb: respect diff settings
Fri, 09 Jan 2009 01:37:54 +0100 Benoit Boissinot use enumerate instead of zip
Fri, 09 Jan 2009 01:36:35 +0100 Benoit Boissinot patch: export shouldn't close files received as a parameter
Sat, 03 Jan 2009 17:15:21 +0100 Martin Geisler lowercase prompts
Thu, 25 Dec 2008 10:48:24 +0200 Alexander Solovyov python implementation of diffstat
Tue, 25 Nov 2008 23:13:14 +0100 Benoit Allard email: add References field in the header
Thu, 13 Nov 2008 10:11:32 +0100 Chris Winter patchbomb: add option to send intro email for a single patch (issue1120)
less more (0) -100 -60 tip