hgext/patchbomb.py
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)
Wed, 12 Nov 2008 19:12:32 +0100 Peter Arrenbrecht patchbomb: fix patch name generation in patch series
Wed, 12 Nov 2008 14:36:16 +0100 Dirkjan Ochtman patchbomb: extract a bunch of nested functions
Wed, 12 Nov 2008 14:07:47 +0100 Peter Arrenbrecht patchbomb: make `hg email` reusable for other patch sources
Wed, 12 Nov 2008 14:01:09 +0100 Peter Arrenbrecht patchbomb: make options to email command reusable
Fri, 07 Nov 2008 10:18:55 +0100 Peter Arrenbrecht patchbomb: fix indentation
Fri, 07 Nov 2008 10:18:12 +0100 Peter Arrenbrecht patchbomb: move exportee class to top level
Mon, 20 Oct 2008 17:40:29 +0200 Christian Ebert patchbomb: mime-encode clean utf-8 patches (issue814)
Sat, 12 Jul 2008 19:12:10 +0100 Christian Ebert patchbomb: mime-encode headers and parts not containing patches
Tue, 07 Oct 2008 13:57:00 +0200 Christian Ebert patchbomb: consistently use opts.get
Sun, 31 Aug 2008 16:12:03 +0200 Martin Geisler i18n: mark strings for translation in patchbomb extension
Thu, 12 Jun 2008 11:33:47 +0200 Dirkjan Ochtman convert comments to docstrings in a bunch of extensions
Mon, 14 Apr 2008 14:34:38 +0200 Dirkjan Ochtman replace usage of os.popen() with util.popen()
Sat, 05 Apr 2008 17:48:10 +0200 Christian Ebert patchbomb: fix cStringIO import (spotted by pychecker)
Wed, 02 Apr 2008 01:49:29 +0200 Benoit Boissinot patchbomb: Fix mangling of lines beginning with From
Tue, 11 Mar 2008 17:42:41 -0500 Matt Mackall dates: improve timezone handling
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall patchbomb: undo backout and fix bugs in the earlier patch
Fri, 25 Jan 2008 16:04:46 -0800 Bryan O'Sullivan Merge after backout
Fri, 25 Jan 2008 16:04:32 -0800 Bryan O'Sullivan Backed out changeset dc6ed2736c81
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Thu, 17 Jan 2008 13:51:59 -0600 Matt Mackall patchbomb: prompt only once for SMTP password
Mon, 31 Dec 2007 16:18:17 +0100 Dennis Schoen patchbomb: attachment options changed
Fri, 04 Jan 2008 16:11:01 +0100 Christian Ebert patchbomb: consistently use opts.get
Fri, 04 Jan 2008 15:58:22 +0100 Christian Ebert patchbomb: fix more line continuations (coding style)
Sun, 30 Dec 2007 14:43:03 +0100 Christian Ebert patchbomb: simplify some line continuations
Sun, 30 Dec 2007 14:24:03 +0100 Christian Ebert patchbomb: add linebreaks after colons (coding style)
Fri, 28 Dec 2007 17:10:57 +0100 Thomas Arendsen Hein merge with crew
Fri, 28 Dec 2007 16:46:44 +0100 Patrick Mezard Merge with crew-stable
Thu, 27 Dec 2007 22:40:07 -0600 Patrick Mezard patchbomb: make --bundle respect --desc
Fri, 28 Dec 2007 16:41:40 +0100 Patrick Mezard patchbomb: read bundle file in binary mode
Tue, 18 Dec 2007 22:50:27 +0100 Christian Ebert patchbomb: break lines > 80 chars (coding style)
Wed, 19 Dec 2007 19:23:18 -0800 Bryan O'Sullivan Merge with mpm
Sun, 16 Dec 2007 22:55:23 +0100 Christian Ebert patchbomb: make "hg email -b" w/o destination work as advertised
Tue, 18 Dec 2007 15:17:11 -0600 Matt Mackall Merge with stable
Sun, 16 Dec 2007 22:55:23 +0100 Christian Ebert patchbomb: make "hg email -b" w/o destination work as advertised
Mon, 10 Dec 2007 22:41:18 +0100 Patrick Mezard patchbomb: prompt with ui.prompt()
Sun, 28 Oct 2007 09:25:35 +0100 Christian Ebert patchbomb: no traceback if (diffstat) confirmation is refused
Fri, 26 Oct 2007 12:01:14 +0200 Benoit Boissinot patchbomb: fix traceback when diffstat isn't available
Fri, 07 Sep 2007 16:48:42 +0200 Christian Ebert Catch smtp exceptions 0.9.5
Mon, 16 Jul 2007 14:43:47 -0700 Bryan O'Sullivan patchbomb: add --desc, to specify a file containing a series description
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Sun, 17 Jun 2007 20:09:35 -0700 Brendan Cully patchbomb: fix PAGER buglet introduced in 88fc92b0b821
Sun, 17 Jun 2007 20:35:43 +0200 Patrick Mezard patchbomb: page patchbomb messages only if PAGER is defined.
Sun, 17 Jun 2007 20:08:06 +0200 Patrick Mezard Merge with crew-stable
Sun, 17 Jun 2007 19:40:02 +0200 Patrick Mezard patchbomb: flush ui before delegating to pager.
Tue, 12 Jun 2007 14:52:34 -0700 Bryan O'Sullivan patchbomb: add --date option
Tue, 12 Jun 2007 14:44:47 -0700 Bryan O'Sullivan Don't validate email config if we're not sending email.
Tue, 12 Jun 2007 14:39:36 -0700 Bryan O'Sullivan patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
less more (0) -100 -60 tip