log hgext/patchbomb.py @ 33289:abd7dedbaa36

age author description
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