Tue, 19 Dec 2023 22:07:59 +0100 |
Pierre-Yves David |
pytype: use the right signature for the `__delitem__`
|
Tue, 19 Dec 2023 22:07:21 +0100 |
Pierre-Yves David |
pytype: use the right signature for the `__setitem__`
|
Fri, 03 Feb 2023 04:25:43 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "remotenames"
|
Tue, 31 May 2022 01:23:19 +0200 |
Manuel Jacob |
py3: remove conditional to import collections.abc.MutableMapping
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 30 Apr 2021 16:13:02 -0700 |
Kyle Lippincott |
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
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
|
Fri, 12 Jul 2019 23:34:24 -0700 |
Martin von Zweigbergk |
py3: source-transform only call-sites of iteritems(), not definitions
|
Fri, 05 Oct 2018 21:43:57 +0900 |
Yuya Nishihara |
remotenames: abort if literal revset pattern matches nothing
|
Fri, 05 Oct 2018 21:39:41 +0900 |
Yuya Nishihara |
remotenames: remove unneeded sorted() from revset implementation
|
Fri, 05 Oct 2018 21:36:48 +0900 |
Yuya Nishihara |
remotenames: don't call a set of nodes as "revs"
|
Fri, 05 Oct 2018 21:30:55 +0900 |
Yuya Nishihara |
remotenames: use util.always instead of handcrafted lambda
|
Fri, 05 Oct 2018 21:29:21 +0900 |
Yuya Nishihara |
remotenames: inline _parseargs() into _revsetutil()
|
Thu, 04 Oct 2018 21:35:12 -0400 |
Augie Fackler |
remotenames: follow-up on D3639 to make revset funcs take only one arg
|
Thu, 12 Jul 2018 03:12:09 +0530 |
Pulkit Goyal |
remotenames: add names argument to remotenames revset
|
Sat, 15 Sep 2018 11:50:07 +0900 |
Yuya Nishihara |
bookmarks: pass in formatter to printbookmarks() instead of opts (API)
|
Sun, 29 Apr 2018 22:27:05 +0530 |
Pulkit Goyal |
remotenames: enable the storage config option if extension is enabled
|
Wed, 25 Apr 2018 00:26:49 +0530 |
Pulkit Goyal |
remotenames: mark the extension as EXPERIMENTAL
stable
|
Mon, 12 Mar 2018 18:38:26 +0530 |
Pulkit Goyal |
remotenames: show remote bookmarks in `hg bookmarks`
|
Sun, 11 Mar 2018 16:17:51 +0530 |
Pulkit Goyal |
remotenames: add functionality to hoist remotebookmarks
|
Fri, 16 Mar 2018 22:47:15 +0900 |
Yuya Nishihara |
templater: use template context to render old-style list template
|
Tue, 13 Mar 2018 17:55:03 -0400 |
Augie Fackler |
remotenames: work around move of ABCs in collections
|
Thu, 08 Mar 2018 23:15:09 +0900 |
Yuya Nishihara |
templater: move hybrid class and functions to templateutil module
|
Sun, 25 Feb 2018 16:45:44 +0900 |
Yuya Nishihara |
templatekw: switch most of showlist template keywords to new API (issue5779)
|
Wed, 21 Feb 2018 14:36:42 +0530 |
Pulkit Goyal |
remotenames: don't inherit the remotenames class from dict class
|
Sun, 25 Feb 2018 16:40:41 +0900 |
Yuya Nishihara |
remotenames: drop redundant templatekw names from help text
|
Thu, 15 Feb 2018 17:14:45 +0530 |
Pulkit Goyal |
remotenames: don't use the default value of logfmt for namespaces
|
Wed, 14 Feb 2018 23:23:57 -0500 |
Augie Fackler |
remotenames: port partway to python3 by using collections.MutableMapping
|
Sat, 23 Dec 2017 15:11:13 +0530 |
Pulkit Goyal |
remotenames: add three new revsets related to remotenames
|
Sat, 23 Dec 2017 15:13:37 +0530 |
Pulkit Goyal |
remotenames: introduce new template keywords for remotenames
|
Sat, 23 Dec 2017 14:24:41 +0530 |
Pulkit Goyal |
remotenames: add new namespaces for remotebookmarks and remotebranches
|
Sat, 23 Dec 2017 17:50:42 +0530 |
Pulkit Goyal |
remotenames: introduce a class to lazily resolve remotnames
|
Sat, 23 Dec 2017 00:19:09 +0530 |
Pulkit Goyal |
remotenames: introduce class to encapsulate remotenames info in an extension
|