hgext/patchbomb.py
Sun, 25 Nov 2012 13:53:47 -0600 Matt Mackall i18n: wrap false positives for translation detection
Sun, 28 Oct 2012 05:44:50 -1000 Julian Cowley patchbomb: -c is not an alias for the --confirm option stable
Wed, 24 Oct 2012 09:53:10 +0200 Thomas Arendsen Hein patchbomb: respect --in-reply-to for all mails if no intro message is sent stable
Sun, 24 Jun 2012 18:11:52 +0200 Patrick Mezard patchbomb: rewrite getoutgoing() with revsets
Sun, 24 Jun 2012 17:39:27 +0200 Patrick Mezard patchbomb: support --outgoing and revsets
Sat, 14 Jul 2012 19:21:31 +0200 Patrick Mezard patchbomb: make --outgoing ignore secret changesets
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler patchbomb: lowercase status messages
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Wed, 21 Mar 2012 06:45:07 +0100 Angel Ezquerra patchbomb: add --body flag to send patches as inline message body text
Thu, 08 Mar 2012 15:59:41 -0600 Matt Mackall patchbomb: add (optional) note to 0 of 0 prompt
Wed, 23 Nov 2011 02:11:24 +0100 Mads Kiilerich mail: mbox handling as a part of mail handling, refactored from patchbomb
Wed, 23 Nov 2011 02:09:38 +0100 Mads Kiilerich patchbomb: minor refactoring of mbox functionality, preparing for move
Wed, 28 Sep 2011 14:49:00 -0500 Matt Mackall patchbomb: drop loop in prompt
Wed, 08 Sep 2010 08:31:07 +0200 Matt Mackall patchbomb: use prompt even in non-interactive mode
Tue, 27 Sep 2011 22:38:47 -0400 Greg Ward patchbomb: make it easy for the user to decline sending an intro message.
Mon, 26 Sep 2011 21:29:13 -0400 Greg Ward patchbomb: simplify some contorted logic and odd variable names.
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: change various repository() users to use peer() where appropriate
Fri, 20 May 2011 21:04:45 +0300 Idan Kamara patchbomb: pass --git argument to diffstat
Fri, 13 May 2011 14:06:28 -0500 Matt Mackall scmutil: move revsingle/pair/range from cmdutil
Thu, 12 May 2011 18:27:05 +0200 Adrian Buehlmann patchbomb: use cmdutil.command decorator
Tue, 10 May 2011 16:08:46 -0500 Matt Mackall cmdutil: make_filename -> makefilename
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 30 Apr 2011 17:21:37 +0200 Peter Arrenbrecht discovery: drop findoutgoing and simplify findcommonincoming's api
Fri, 01 Apr 2011 12:14:42 +0200 Martin Geisler patchbomb, help/hgweb: do not refer to config files as hgrc files stable
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Tue, 21 Dec 2010 19:44:28 +0900 Nicolas Dumazet patchbomb: save introductory message in .hg/last-email.txt
Sat, 23 Oct 2010 18:33:57 +0200 Martin Geisler patchbomb: fix stray backslash in docstring stable
Wed, 20 Oct 2010 23:48:33 +0200 Benoit Boissinot merge with stable
Wed, 20 Oct 2010 23:39:48 +0200 Benoit Boissinot patchbomb: hide passwords potentially embedded in urls stable
Sun, 17 Oct 2010 14:00:01 +0300 timeless patchbomb: move command option help from the extension (patchbomb) to the command (email)
Sun, 12 Sep 2010 16:10:41 +0900 Yuya Nishihara patchbomb: show progress when sending emails or writing mbox
Sat, 11 Sep 2010 18:08:00 +0200 Christian Ebert patchbomb: consistent code style in getaddrs()
Fri, 10 Sep 2010 15:32:22 +0200 Christian Ebert patchbomb: add --confirm option to show series details and ask for confirmation
Fri, 10 Sep 2010 15:32:14 +0200 Christian Ebert patchbomb: let diffstat prompt only once with complete summary
Fri, 10 Sep 2010 15:56:13 +0200 Martin Geisler patchbomb: rename argument to avoid shadowing patch module
Wed, 08 Sep 2010 08:31:07 +0200 Christian Ebert patchbomb: show prompt and selection in non-interactive mode
Wed, 08 Sep 2010 08:31:07 +0200 Christian Ebert patchbomb: use ui.promptchoice for diffstat to allow localization of choices
Wed, 25 Aug 2010 23:26:18 +0100 Christian Ebert patchbomb: remove unneeded line continuation
Wed, 16 Jun 2010 00:37:21 +0200 Christian Ebert patchbomb: reduce number of opts.get calls
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Mon, 07 Jun 2010 18:35:54 +0200 Dirkjan Ochtman move discovery methods from localrepo into new discovery module
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Sun, 16 May 2010 22:23:14 +0900 Yuya Nishihara patchbomb: respect HGPLAIN when piping --test output to PAGER
Mon, 10 May 2010 22:06:28 +0200 Cédric Duval patchbomb: Reply-To support
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
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
less more (0) -100 -60 tip