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
|
Sun, 27 May 2007 14:58:59 -0700 |
Bryan O'Sullivan |
patchbomb: Fail early if no revs given to email
|
Sun, 27 May 2007 14:54:00 -0700 |
Bryan O'Sullivan |
patchbomb: Fix typo.
|
Sun, 27 May 2007 14:53:46 -0700 |
Bryan O'Sullivan |
patchbomb: Hoist sender config higher.
|
Sun, 27 May 2007 14:40:14 -0700 |
Bryan O'Sullivan |
patchbomb: Validate email config before we start prompting for info.
|
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 15:55:46 -0600 |
Matt Mackall |
Merge with crew
|