Sat, 13 Oct 2018 04:24:19 +0300 |
Pulkit Goyal |
py3: use stringutil.pprint() if we are printing bool values
|
Tue, 11 Sep 2018 13:46:59 -0700 |
Gregory Szorc |
localrepo: move repo creation logic out of localrepository.__init__ (API)
|
Tue, 04 Sep 2018 17:58:39 +0300 |
Pulkit Goyal |
py3: bytestr a bytes val to make sure we get bytechr while iterating
|
Tue, 04 Sep 2018 17:53:54 +0300 |
Pulkit Goyal |
py3: make regexes in hgext/keyword.py bytes
|
Sun, 05 Aug 2018 16:44:16 +0900 |
Yuya Nishihara |
formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
|
Tue, 26 Jun 2018 10:36:23 -0400 |
Augie Fackler |
cleanup: migrate from re.escape to stringutil.reescape
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
Sun, 18 Mar 2018 17:02:39 +0900 |
Yuya Nishihara |
keyword: declare input type of date filters as date
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Sat, 10 Mar 2018 20:51:46 -0800 |
Gregory Szorc |
hgweb: stop passing req and tmpl into @webcommand functions (API)
|
Sat, 10 Mar 2018 20:35:35 -0800 |
Gregory Szorc |
hgweb: always return iterable from @webcommand functions (API)
|
Sat, 10 Mar 2018 20:16:20 -0800 |
Gregory Szorc |
hgweb: port archive command to modern response API
|
Sat, 10 Mar 2018 17:02:57 -0800 |
Gregory Szorc |
hgweb: support using new response object for web commands
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
Mon, 23 Oct 2017 00:04:30 +0530 |
Pulkit Goyal |
py3: handle keyword arguments in hgext/keyword.py
|
Fri, 30 Jun 2017 03:42:50 +0200 |
Boris Feld |
configitems: register the 'keywordset.svn' config
|
Fri, 01 Sep 2017 12:34:36 -0700 |
Saurabh Singh |
cmdutil: remove redundant commitfunc parameter in amend (API)
|
Mon, 26 Jun 2017 03:47:11 +0900 |
FUJIWARA Katsunori |
keyword: wrap functions only once at loading keyword extension
|
Mon, 26 Jun 2017 03:46:17 +0900 |
FUJIWARA Katsunori |
keyword: use _keywordkwt of repository instead of kwtools['templater']
|
Mon, 26 Jun 2017 03:44:50 +0900 |
FUJIWARA Katsunori |
keyword: obtain kwtemplater instance via repository at runtime
|
Mon, 26 Jun 2017 03:43:47 +0900 |
FUJIWARA Katsunori |
keyword: obtain kwtemplater instance via repository at runtime
|
Mon, 26 Jun 2017 03:42:17 +0900 |
FUJIWARA Katsunori |
keyword: make wrapped repository and kwtemplater refer to each other
|
Mon, 26 Jun 2017 03:40:12 +0900 |
FUJIWARA Katsunori |
keyword: make comparison webcommand suppress keyword expansion
|
Mon, 26 Jun 2017 03:40:06 +0900 |
FUJIWARA Katsunori |
keyword: restore kwtemplater.match at the end of wrapped webcommands
|
Mon, 26 Jun 2017 03:38:12 +0900 |
FUJIWARA Katsunori |
keyword: restore kwtemplater.restrict at the end of wrapped patch.diff
|
Tue, 20 Jun 2017 12:51:36 +0100 |
Christian Ebert |
keyword: use context manager for rollback locking
|
Sat, 22 Apr 2017 18:42:03 +0900 |
Yuya Nishihara |
cmdutil: factor out helper to create changeset_templater with literal template
|
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)
|