Wed, 17 Oct 2018 21:00:36 +0800 |
Anton Shestakov |
commands: adjust metavariables as appropriate
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
Wed, 03 Oct 2018 10:27:44 -0700 |
Martin von Zweigbergk |
cleanup: some Yoda conditions, this patch removes
|
Thu, 16 Aug 2018 00:40:20 -0400 |
Augie Fackler |
patchbomb: allow using HGHOSTNAME to force a hostname
|
Thu, 16 Aug 2018 00:39:32 -0400 |
Augie Fackler |
patchbomb: extract function for generating message-id
|
Sun, 12 Aug 2018 11:43:24 +0900 |
Yuya Nishihara |
patchbomb: really use BytesGenerator API
|
Thu, 09 Aug 2018 21:57:46 -0400 |
Augie Fackler |
patchbomb: use native strings when determining attachment disposition
|
Thu, 09 Aug 2018 19:39:33 -0400 |
Augie Fackler |
patchbomb: don't unintentionally duplicate headers
|
Thu, 09 Aug 2018 19:37:57 -0400 |
Augie Fackler |
patchbomb: use sysstrs when describing content-type
|
Thu, 09 Aug 2018 18:28:43 -0400 |
Augie Fackler |
patchbomb: use native strs for email header keys and values
|
Thu, 09 Aug 2018 18:28:19 -0400 |
Augie Fackler |
patchbomb: use email.encoders instead of email.Encoders
|
Mon, 16 Jul 2018 18:17:44 -0400 |
Augie Fackler |
patchbomb: python 3 really wants those email addresses in unicode
|
Mon, 16 Jul 2018 14:14:27 -0400 |
Augie Fackler |
patchbomb: work around email module really wanting to write unicode data
|
Mon, 16 Jul 2018 14:15:29 -0400 |
Augie Fackler |
patchbomb: ensure all headers and values given to email mod are native strings
|
Tue, 26 Jun 2018 02:05:11 +0530 |
Pulkit Goyal |
patchbomb: use email.mime.base instead of email.MIMEBase
|
Tue, 26 Jun 2018 02:04:17 +0530 |
Pulkit Goyal |
patchbomb: use email.mime.multipart instead of email.MIMEMultipart
|
Mon, 18 Jun 2018 14:34:07 -0700 |
Martin von Zweigbergk |
patchbomb: use progress helper
|
Mon, 18 Jun 2018 14:32:12 -0700 |
Martin von Zweigbergk |
patchbomb: don't close unused progress topic
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
Tue, 15 May 2018 14:35:41 +0200 |
David Demelier |
scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)
|
Thu, 12 Apr 2018 22:59:49 +0900 |
Yuya Nishihara |
export: extract function to write patch to file object (API)
|
Fri, 02 Mar 2018 07:17:06 +0530 |
Pulkit Goyal |
py3: use b"%d" to covert integer to bytes instead of str
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Mon, 26 Feb 2018 23:54:40 +0530 |
Pulkit Goyal |
py3: convert bytes to str using encoding.strfromlocal
|
Mon, 26 Feb 2018 23:50:30 +0530 |
Pulkit Goyal |
py3: use encoding.strtolocal() to convert str to bytes
|
Mon, 26 Feb 2018 16:19:53 +0530 |
Pulkit Goyal |
py3: use email.utils module instead of email.Utils
|
Mon, 26 Feb 2018 16:23:12 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
Mon, 26 Feb 2018 16:22:15 +0530 |
Pulkit Goyal |
py3: use email.generator module instead of email.Generator
|
Sat, 24 Feb 2018 11:17:10 -0800 |
Gregory Szorc |
patchbomb: resolve revs before evaluating %ld revset
|
Thu, 02 Apr 2015 23:32:28 +0900 |
Yuya Nishihara |
cmdutil: pass ctx to makefilename() in place of repo/node pair (API)
|
Wed, 17 Jan 2018 13:01:38 +0100 |
Boris Feld |
patchbomb: use 'tiprev' when appropriate
|
Mon, 18 Dec 2017 17:33:43 -0800 |
Kyle Lippincott |
debug: add newlines at the end of three locations that appear to need it
|
Fri, 06 Oct 2017 05:47:56 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in hgext/patchbomb.py
|
Fri, 20 Oct 2017 22:25:09 +0900 |
Yuya Nishihara |
configitems: register 'email.to' and 'patchbomb.to'
stable
|
Fri, 13 Oct 2017 23:07:12 +0200 |
Boris Feld |
configitems: register the 'patchbomb.reply-to' config
|
Fri, 13 Oct 2017 23:07:01 +0200 |
Boris Feld |
configitems: register the 'patchbomb.cc' config
|
Fri, 13 Oct 2017 23:06:40 +0200 |
Boris Feld |
configitems: register the 'patchbomb.bcc' config
|
Fri, 30 Jun 2017 03:43:43 +0200 |
Boris Feld |
configitems: register the 'patchbomb.publicurl' config
|
Fri, 30 Jun 2017 03:43:41 +0200 |
Boris Feld |
configitems: register the 'patchbomb.intro' config
|
Fri, 30 Jun 2017 03:43:40 +0200 |
Boris Feld |
configitems: register the 'patchbomb.from' config
|
Fri, 30 Jun 2017 03:43:39 +0200 |
Boris Feld |
configitems: register the 'patchbomb.flagtemplate' config
|
Fri, 30 Jun 2017 03:43:38 +0200 |
Boris Feld |
configitems: register the 'patchbomb.confirm' config
|
Fri, 30 Jun 2017 03:43:37 +0200 |
Boris Feld |
configitems: register the 'patchbomb.bundletype' config
|
Wed, 30 Aug 2017 20:25:56 +0000 |
Michael Bolin |
editor: use an unambiguous path suffix for editor files
|
Tue, 11 Jul 2017 12:38:17 +0200 |
Boris Feld |
repovfs: add a ward to check if locks are properly taken
|
Tue, 13 Jun 2017 17:43:33 -0400 |
Augie Fackler |
patchbomb: make getaddrs function easier to work with
|
Tue, 13 Jun 2017 16:30:50 -0400 |
Augie Fackler |
patchbomb: look for non-empty publicurl, not a non-None one
|
Tue, 13 Jun 2017 16:30:11 -0400 |
Augie Fackler |
patchbomb: make variable name for publicurl always be publicurl
|
Tue, 06 Jun 2017 08:52:51 +0200 |
David Demelier |
patchbomb: avoid -r and -B options at the same time
|
Fri, 03 Feb 2017 15:02:27 +0100 |
David Demelier |
patchbomb: add -B option to select a bookmark
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Sat, 25 Feb 2017 17:29:30 +0900 |
Yuya Nishihara |
pager: flush outputs before firing pager process
|
Sat, 25 Feb 2017 17:27:48 +0900 |
Yuya Nishihara |
patchbomb: use modern pager to display -n/--test result (BC)
|
Sat, 25 Feb 2017 18:41:00 +0900 |
Yuya Nishihara |
patchbomb: add config knob to generate flags by template (issue5354)
|
Sat, 25 Feb 2017 18:35:34 +0900 |
Yuya Nishihara |
patchbomb: pass around ui and revs that are needed for flag template
|
Sat, 25 Feb 2017 18:28:04 +0900 |
Yuya Nishihara |
patchbomb: build patch texts by _getpatchmsgs()
|
Sat, 25 Feb 2017 18:25:17 +0900 |
Yuya Nishihara |
patchbomb: drop internal option for pbranch extension (API)
|
Sat, 25 Feb 2017 18:16:41 +0900 |
Yuya Nishihara |
patchbomb: factor out function that builds a prefix string to patch subject
|
Wed, 18 Jan 2017 18:25:51 -0800 |
Sean Farley |
ui: rename tmpdir parameter to more specific repopath
stable
|
Mon, 16 Jan 2017 21:17:39 -0800 |
Sean Farley |
patchbomb: add tmpdir parameter to ui.edit call
|
Sun, 18 Dec 2016 01:46:39 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 2 of 5)
|
Sat, 12 Nov 2016 13:36:17 +0100 |
Henning Schild |
patch: remove unused git parameter from patch.diffstat()
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Sat, 04 Jun 2016 11:13:28 -0700 |
Gregory Szorc |
mail: unsupport smtp.verifycert (BC)
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Thu, 14 Apr 2016 15:15:49 +0000 |
timeless |
patchbomb: use single quotes around command hint
stable
|
Thu, 14 Apr 2016 14:26:37 +0000 |
timeless |
patchbomb: fix public-is-missing hint
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
Fri, 11 Mar 2016 22:30:43 +0800 |
Anton Shestakov |
patchbomb: specify unit for ui.progress when sending emails
|
Wed, 02 Mar 2016 21:42:42 +0000 |
timeless |
patchbomb: use absolute_import
|
Tue, 12 Jan 2016 15:57:18 -0800 |
Bryan O'Sullivan |
patchbomb: replace file I/O with util.readfile
|
Thu, 07 Jan 2016 20:02:47 -0800 |
Bryan O'Sullivan |
patchbomb: treat empty address list as no addresses
|
Sun, 29 Nov 2015 06:51:23 +0000 |
timeless |
patchbomb: rename email function
|
Sun, 11 Oct 2015 22:13:03 -0700 |
Pierre-Yves David |
patchbomb: check that targets exist at the publicurl
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Thu, 01 Oct 2015 23:13:57 -0700 |
Pierre-Yves David |
patchbomb: add a 'bundletype' config under 'patchbomb'
|
Tue, 06 Oct 2015 01:49:04 -0700 |
Pierre-Yves David |
patchbomb: add experimental config of a "pullurl" and export it
|
Fri, 17 Jul 2015 13:41:07 -0500 |
Matt Mackall |
patchbomb: make sure all users of smtp.verifycert agree on the default
|
Thu, 25 Jun 2015 17:38:14 -0500 |
Matt Mackall |
patchbomb: mark ancient option deprecated
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Mon, 18 May 2015 16:22:15 -0500 |
Pierre-Yves David |
patchbomb: stop explicit import required by Python 2.4
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Mon, 30 Mar 2015 23:25:55 +0900 |
Yuya Nishihara |
patchbomb: factor out scmutil.revrange() calls
|
Tue, 31 Mar 2015 00:52:17 +0900 |
Yuya Nishihara |
patchbomb: return outgoing revs as a smartset
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi Gutiérrez Hermoso |
style: kill ersatz if-else ternary operators
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Tue, 02 Dec 2014 17:35:21 -0800 |
Pierre-Yves David |
patchbomb: introduce a 'patchbomb.confirm' option
|
Tue, 02 Dec 2014 17:24:52 -0800 |
Pierre-Yves David |
patchbomb: add a 'patchbomb.intro' option
|
Tue, 02 Dec 2014 16:51:32 -0800 |
Pierre-Yves David |
patchbomb: extract 'getoutgoing' closure into its own function
|
Tue, 18 Nov 2014 17:36:24 -0800 |
Siddharth Agarwal |
patchbomb: don't honor whitespace and format-changing diffopts (BC)
|
Thu, 06 Nov 2014 11:55:37 +0000 |
Pierre-Yves David |
patchbomb: extract 'getpatchmsgs' closure into its own function
|
Thu, 06 Nov 2014 11:57:48 +0000 |
Pierre-Yves David |
patchbomb: extract 'makeintro' closure into its own function
|
Tue, 04 Nov 2014 21:48:23 +0000 |
Pierre-Yves David |
patchbomb: extract 'getbundlemsgs' closure in its own function
|
Tue, 04 Nov 2014 21:41:35 +0000 |
Pierre-Yves David |
patchbomb: extract 'getdescription' closure in its own function
|
Tue, 04 Nov 2014 21:33:57 +0000 |
Pierre-Yves David |
patchbomb: extract 'getbundle' closure in its own function
|
Tue, 04 Nov 2014 21:28:57 +0000 |
Pierre-Yves David |
patchbomb: extract 'getpatches' closure in its own function
|
Tue, 04 Nov 2014 13:38:33 +0000 |
Pierre-Yves David |
patchbomb: add label and color to the confirm output
|
Sat, 07 Jun 2014 11:32:37 -0400 |
Augie Fackler |
patchbomb: reorder header insertions to clarify code
|
Sat, 07 Jun 2014 11:06:15 -0400 |
Augie Fackler |
patchbomb: always use message-id of first patch for series-id
|
Mon, 05 May 2014 22:51:20 -0700 |
Pierre-Yves David |
patchbomb: includes a unique series ID in email header
|
Mon, 05 May 2014 22:47:14 -0700 |
Pierre-Yves David |
patchbomb: includes series information in the header
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
patchbomb: warn when emailing a dirty working directory parent
|
Wed, 19 Mar 2014 02:45:14 +0100 |
Mads Kiilerich |
config: set a 'source' in most cases where config don't come from file but code
|
Tue, 24 Sep 2013 15:10:32 -0400 |
Augie Fackler |
python2.4: fix imports of sub-packages of the email package
|
Fri, 20 Sep 2013 10:16:35 -0400 |
Augie Fackler |
patchbomb: correct import of email module
|
Wed, 22 May 2013 17:31:43 -0500 |
Matt Mackall |
ui: merge prompt text components into a singe string
|
Tue, 26 Mar 2013 02:28:10 +0900 |
FUJIWARA Katsunori |
smtp: verify the certificate of the SMTP server for STARTTLS/SMTPS
|
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
|
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)
|
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
|
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
|
Wed, 13 Dec 2006 22:53:41 -0800 |
Brendan Cully |
patchbomb: use ui.edit to compose summary mail
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
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
|