hgext/bugzilla.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 13 Dec 2020 18:29:22 -0800 Martin von Zweigbergk branching: merge with stable
Thu, 03 Dec 2020 22:49:01 +0100 Mads Kiilerich bugzilla: pass the url to xmlrpclib.ServerProxy as str stable
Thu, 03 Dec 2020 22:49:01 +0100 Mads Kiilerich bugzilla: fix reporting of exceptions with py3 stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 27 Dec 2019 13:13:33 -0500 Matt Harbison bugzilla: drop an unused variable assignment
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sat, 02 Nov 2019 12:09:35 -0700 Gregory Szorc py3: define and use json.loads polyfill stable
Sun, 06 Oct 2019 20:17:41 -0700 Martin von Zweigbergk py3: delete b'' prefix from safehasattr arguments
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Thu, 24 Jan 2019 13:54:45 -0500 Augie Fackler py3: port test-bugzilla.t to Python 3
Sat, 07 Apr 2018 21:23:42 +0900 Yuya Nishihara procutil: make explainexit() simply return a message (API)
Sat, 07 Apr 2018 20:50:38 +0900 Yuya Nishihara procutil: always popen() in binary mode
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 21 Jan 2018 14:28:03 +0900 Yuya Nishihara logcmdutil: drop default arguments from changesetdisplayer/templater() calls
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Wed, 29 Nov 2017 08:44:06 +0530 Pulkit Goyal py3: make sure the first argument of time.strftime() is str
Sat, 21 Oct 2017 13:13:20 +0900 Yuya Nishihara registrar: host "dynamicdefault" constant by configitem object stable
Fri, 29 Sep 2017 11:55:26 -0400 Augie Fackler bugzilla: remove superfluous pass statements
Fri, 30 Jun 2017 03:30:13 +0200 Boris Feld configitems: register the 'bugzilla.notify' config
Fri, 14 Jul 2017 16:17:37 +0200 Boris Feld bugzilla: move the default regexp for fix in the config declaration
Fri, 07 Jul 2017 10:04:21 +0200 Boris Feld configitems: register the 'bugzilla.version' config
Fri, 07 Jul 2017 10:04:19 +0200 Boris Feld configitems: register the 'bugzilla.usermap' config
Fri, 07 Jul 2017 10:04:17 +0200 Boris Feld configitems: register the 'bugzilla.user' config
Fri, 07 Jul 2017 10:04:15 +0200 Boris Feld configitems: register the 'bugzilla.timeout' config
Fri, 07 Jul 2017 10:04:13 +0200 Boris Feld configitems: register the 'bugzilla.template' config
Fri, 07 Jul 2017 10:04:11 +0200 Boris Feld configitems: register the 'bugzilla.style' config
Fri, 07 Jul 2017 10:04:09 +0200 Boris Feld configitems: register the 'bugzilla.strip' config
Fri, 07 Jul 2017 10:04:07 +0200 Boris Feld configitems: register the 'bugzilla.regexp' config
Fri, 07 Jul 2017 10:04:05 +0200 Boris Feld configitems: register the 'bugzilla.password' config
Fri, 07 Jul 2017 10:04:01 +0200 Boris Feld configitems: register the 'bugzilla.host' config
Fri, 07 Jul 2017 10:03:57 +0200 Boris Feld configitems: register the 'bugzilla.fixstatus' config
Fri, 07 Jul 2017 10:05:40 +0200 Boris Feld configitems: register the 'bugzilla.fixresolution' config
Fri, 07 Jul 2017 10:03:36 +0200 Boris Feld configitems: register the 'bugzilla.fixregexp' config
Fri, 07 Jul 2017 10:03:34 +0200 Boris Feld configitems: register the 'bugzilla.db' config
Fri, 07 Jul 2017 10:03:31 +0200 Boris Feld configitems: register the 'bugzilla.bzuser' config
Fri, 07 Jul 2017 10:03:28 +0200 Boris Feld configitems: register the 'bugzilla.bzurl' config
Fri, 07 Jul 2017 10:03:26 +0200 Boris Feld configitems: register the 'bugzilla.bzemail' config
Fri, 07 Jul 2017 10:03:24 +0200 Boris Feld configitems: register the 'bugzilla.bzdir' config
Fri, 07 Jul 2017 10:03:22 +0200 Boris Feld configitems: register the 'bugzilla.apikey' config
Sat, 22 Apr 2017 19:02:47 +0900 Yuya Nishihara cmdutil: pass templatespec tuple directly to changeset_templater (API)
Wed, 31 May 2017 19:24:00 -0300 Wagner Bruna bugzilla: fix typo in help text stable
Tue, 21 Mar 2017 22:39:52 -0700 Gregory Szorc bugzilla: use util.urlreq.urlparse
Thu, 09 Feb 2017 15:20:41 -0500 John Mulligan bugzilla: add a rest api backend (usable with bugzilla 5.0+)
Mon, 21 Nov 2016 17:52:32 -0500 Augie Fackler bugzilla: stop mentioning Pythons older than 2.6
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Mon, 27 Jun 2016 16:37:37 +0530 Pulkit Goyal py3: conditionalize xmlrpclib import
Mon, 27 Jun 2016 16:16:10 +0530 Pulkit Goyal py3: conditionalize the urlparse import
Mon, 04 Apr 2016 22:48:34 +0900 Yuya Nishihara bugzilla: do not load style file if template is specified (BC)
Tue, 09 Feb 2016 17:31:50 -0800 Gregory Szorc bugzilla: use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Mon, 04 May 2015 10:01:03 +0900 Yuya Nishihara templater: remove noop calls of parsestring(s, quoted=False) (API)
Thu, 03 Jul 2014 10:48:37 +0100 Jim Hague bugzilla: stop trying to cache setup across hook invocation stable
Thu, 03 Jul 2014 10:56:03 +0100 Jim Hague bugzilla: correct config documentation error stable
Fri, 23 May 2014 17:29:04 +0100 Jim Hague bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257) stable
Wed, 12 Mar 2014 13:13:10 -0400 Augie Fackler bugzilla: move from dict() construction to {} literals
Sat, 08 Mar 2014 16:14:08 -0600 Matt Mackall changeset_templater: remove use_template method
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:19 -0700 timeless en-us: recognized
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Wed, 06 Jun 2012 21:17:33 -0500 Matt Mackall merge with stable
Wed, 06 Jun 2012 16:44:17 +0100 Jim Hague bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484) stable
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Fri, 11 May 2012 22:48:19 -0700 Steven Stallion bugzilla: fix transport initialization on python 2.4 stable
Sun, 04 Mar 2012 16:48:04 -0600 Matt Mackall merge with stable
Thu, 01 Mar 2012 14:42:23 +0000 Jim Hague bugzilla: correct comment typo stable
Thu, 01 Mar 2012 14:50:31 +0000 Jim Hague bugzilla: add xmlrpcemail submission for Bugzilla 3.6 email interface
Thu, 01 Mar 2012 15:27:24 +0000 Jim Hague bugzilla: allow change comment to mark bugs fixed
Thu, 01 Mar 2012 15:25:37 +0000 Jim Hague bugzilla: extract optional hours from commit message and update bug time
Thu, 01 Mar 2012 14:51:40 +0000 Jim Hague bugzilla: modify access interface to include new bug states
Wed, 29 Feb 2012 17:43:03 +0000 Jim Hague bugzilla: stop XMLRPC requests from requesting gzipped responses stable
Wed, 11 Jan 2012 16:54:29 +0000 Jim Hague bugzilla: make XMLRPC interface support http and https access stable
Tue, 14 Jun 2011 20:08:35 -0300 Wagner Bruna bugzilla: fix typo in documentation
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Wed, 06 Apr 2011 11:30:08 +0100 Jim Hague bugzilla: more documentation formatting fixups
Tue, 05 Apr 2011 10:22:58 +0200 Martin Geisler bugzilla: convert a verbatim block to a field list
Tue, 05 Apr 2011 10:20:59 +0200 Martin Geisler bugzilla: fix reST error introduced in 22d200e49b10
Mon, 04 Apr 2011 17:37:18 +0100 Jim Hague bugzilla: more documentation fixes
Mon, 04 Apr 2011 13:31:37 +0100 Jim Hague bugzilla: correct sample configurations
Fri, 01 Apr 2011 20:40:27 +0200 Patrick Mezard bugzilla: fix documentation typo
Fri, 01 Apr 2011 12:30:40 +0200 Martin Geisler bugzilla: fix bad reST markup
Fri, 01 Apr 2011 12:27:12 +0200 Martin Geisler bugzilla: markup literal text as such
Fri, 01 Apr 2011 12:09:11 +0200 Martin Geisler bugzilla: refer to hgrc(5) man page with normal notation
Fri, 01 Apr 2011 12:07:37 +0200 Martin Geisler bugzilla: markup section names as literal text
Fri, 01 Apr 2011 12:05:19 +0200 Martin Geisler bugzilla: show usermap syntax more clearly
Fri, 01 Apr 2011 12:03:23 +0200 Martin Geisler bugzilla: use standard section.name notation
Fri, 01 Apr 2011 12:00:57 +0200 Martin Geisler bugzilla: prefix each config option with section
Fri, 01 Apr 2011 11:59:18 +0200 Martin Geisler bugzilla: fix reStructuredText errors introduced in 60256f7f30c1
Wed, 30 Mar 2011 09:49:45 +0100 Jim Hague bugzilla: add modified XMLRPC mode that uses email to send bug comments.
Wed, 30 Mar 2011 09:49:45 +0100 Jim Hague bugzilla: add XMLRPC interface.
Wed, 30 Mar 2011 09:49:45 +0100 Jim Hague bugzilla: localise all MySQL direct access inside access class.
Wed, 30 Mar 2011 09:49:45 +0100 Jim Hague bugzilla: keep bug IDs in set.
Wed, 30 Mar 2011 09:49:45 +0100 Jim Hague bugzilla: rename filter_unknown_bug_ids to reflect its actual purpose.
Wed, 14 Jul 2010 23:03:21 -0300 Renato Cunha removed exception args indexing (not supported by py3k)
Mon, 15 Feb 2010 09:57:11 +0100 Dirkjan Ochtman bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb stable
Thu, 28 Jan 2010 22:45:04 -0600 Matt Mackall bugzilla: lowercase mysqldb var
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 22 Dec 2009 00:50:03 +0100 Martin Geisler hgext: enable extensions without "hgext." prefix in help texts stable
Sun, 26 Jul 2009 01:39:47 +0200 Martin Geisler bugzilla: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:21:46 +0200 Martin Geisler bugzilla: wrap example template line
Thu, 23 Jul 2009 00:20:18 +0200 Martin Geisler bugzilla: reformat list of configuration options
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler bugzilla: wrapped docstrings at 78 characters
Wed, 24 Jun 2009 13:42:34 +0200 Dirkjan Ochtman extensions: change descriptions for hook-providing extensions
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sun, 17 May 2009 03:02:12 +0200 Benoit Boissinot bugzilla: use set instead of dict
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall bugzilla: fix section reading
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Thu, 23 Apr 2009 15:40:10 -0500 Matt Mackall ui: fold readsections into readconfig
Sat, 04 Apr 2009 23:15:23 +0200 Martin Geisler bugzilla: word-wrap help texts at 70 characters
Sat, 14 Feb 2009 22:40:39 +0100 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip)
less more (0) -120 tip