hgext/patchbomb.py
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
less more (0) -300 -100 -60 tip