Submitter | Boris Feld |
---|---|
Date | July 14, 2017, 3:26 p.m. |
Message ID | <4bd1ace2b13873052c63.1500045981@FB> |
Download | mbox | patch |
Permalink | /patch/22335/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r b6f7fa0605d7 -r 4bd1ace2b138 hgext/bugzilla.py --- a/hgext/bugzilla.py Fri Jul 07 10:04:11 2017 +0200 +++ b/hgext/bugzilla.py Fri Jul 07 10:04:13 2017 +0200 @@ -363,6 +363,9 @@ configitem('bugzilla', 'style', default=None, ) +configitem('bugzilla', 'template', + default=None, +) class bzaccess(object): '''Base class for access to Bugzilla.'''