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
|