Sun, 06 Aug 2017 01:13:57 +0900 |
FUJIWARA Katsunori |
filemerge: move decorator definition for internal merge tools to registrar
|
Sat, 17 Jun 2017 13:48:20 +0200 |
Pierre-Yves David |
configitems: add an official API for extensions to register config item
|
Mon, 08 May 2017 22:14:56 +0900 |
Yuya Nishihara |
registrar: unindent superfluous "if True" block
|
Mon, 08 May 2017 22:08:40 +0900 |
Yuya Nishihara |
registrar: switch @command decorator to class
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Mon, 03 Apr 2017 21:22:39 +0900 |
Yuya Nishihara |
templater: add support for keyword arguments
|
Wed, 05 Apr 2017 00:34:58 +0900 |
Yuya Nishihara |
py3: have registrar process docstrings in bytes
|
Mon, 12 Dec 2016 13:32:45 +0100 |
Pierre-Yves David |
registrar: raise a programming error on duplicated registering
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Fri, 07 Oct 2016 08:32:18 -0400 |
Augie Fackler |
registrar: make format strings unicodes and not bytes
|
Sun, 07 Aug 2016 17:58:50 +0900 |
Yuya Nishihara |
revset: add 'takeorder' attribute to mark functions that need ordering flag
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
registrar: add templatefunc to mark a function as template function (API)
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
registrar: add templatefilter to mark a function as template filter (API)
|
Sun, 13 Mar 2016 05:17:06 +0900 |
FUJIWARA Katsunori |
registrar: add templatekeyword to mark a function as template keyword (API)
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
registrar: add filesetpredicate to mark a function as fileset predicate
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
registrar: remove useless base classes (API)
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
registrar: define revsetpredicate to decorate revset predicate
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
registrar: introduce new class for registration to replace funcregistrar
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
registrar: add delayregistrar class to register function in extensions
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to register a function as revset predicate
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
registrar: add funcregistrar class to register function for specific purpose
|