mercurial/namespaces.py
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
Thu, 16 Apr 2020 22:30:11 +0900 Yuya Nishihara templatekw: fix shownames() to check if namespace exists in repo (issue6301)
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
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
Tue, 26 Jun 2018 10:02:01 -0700 Martin von Zweigbergk namespaces: let namespaces override singlenode() definition
Fri, 16 Mar 2018 22:47:15 +0900 Yuya Nishihara templater: use template context to render old-style list template
Sun, 25 Feb 2018 18:52:51 +0900 Yuya Nishihara templatekw: switch namespace template keywords to new API
Sun, 25 Feb 2018 18:56:06 +0900 Yuya Nishihara namespace: use registrar to add template keyword
Sat, 02 Dec 2017 16:29:49 +0900 Yuya Nishihara log: translate column labels at once (issue5750)
Sat, 24 Jun 2017 14:52:15 -0700 Gregory Szorc namespaces: record and expose whether namespace is built-in
Mon, 29 May 2017 00:00:02 -0400 Augie Fackler cleanup: rename all iteritems methods to items and add iteritems alias
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Wed, 16 Mar 2016 23:12:43 +0000 timeless namespaces: fix name/node confusion
Sat, 08 Aug 2015 19:42:58 -0700 Gregory Szorc namespaces: use absolute_import
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Thu, 05 Feb 2015 14:45:49 +0900 FUJIWARA Katsunori revset: mask specific names for named() predicate stable
Wed, 28 Jan 2015 22:22:59 +0900 FUJIWARA Katsunori namespace: introduce logfmt to show l10n-ed messages for hg log correctly stable
Wed, 14 Jan 2015 20:11:02 -0800 Sean Farley namespaces: add colorname member to namespace object
Wed, 14 Jan 2015 20:06:44 -0800 Sean Farley namespaces: add logname member to namespace object
Wed, 14 Jan 2015 19:55:20 -0800 Sean Farley namespaces: use named args for namespace api
Wed, 14 Jan 2015 19:39:13 -0800 Sean Farley namespaces: make the constructor into named args
Thu, 16 Oct 2014 21:49:28 -0700 Sean Farley localrepo: add ignoremissing parameter to branchtip
Mon, 15 Dec 2014 14:46:04 -0800 Sean Farley namespaces: add method to return a list of nodes for a given name
Mon, 22 Dec 2014 09:07:37 -0800 Sean Farley namespaces: add __iter__ and iteritems methods
Mon, 15 Dec 2014 14:09:00 -0800 Sean Farley namespaces: add 'listnames' property
Sun, 21 Dec 2014 14:34:07 -0800 Sean Farley namespaces: remove templatename method on the namespaces object
Sun, 21 Dec 2014 14:04:20 -0800 Sean Farley namespaces: remove names method on the namespaces object
Sun, 21 Dec 2014 13:56:32 -0800 Sean Farley namespaces: add __getitem__ property
Sun, 21 Dec 2014 13:06:24 -0800 Sean Farley namespaces: update documentation and code indentation
Fri, 19 Dec 2014 17:27:20 -0800 Sean Farley namespaces: use namespace object instead of dictionary
Fri, 19 Dec 2014 17:17:17 -0800 Sean Farley namespaces: copy implementation to new namespace object
Fri, 19 Dec 2014 17:00:28 -0800 Sean Farley namespaces: add a namespace object
Thu, 16 Oct 2014 23:19:09 -0700 Sean Farley namespaces: generate template keyword when registering a namespace
Sun, 14 Dec 2014 18:54:50 -0800 Sean Farley namespaces: add names method to return list of names for a given node
Mon, 15 Dec 2014 00:24:23 -0800 Sean Farley namespaces: add nodemap property
Sun, 14 Dec 2014 19:12:27 -0800 Sean Farley namespaces: add method to get template name of namespace
Mon, 15 Dec 2014 00:09:52 -0800 Sean Farley namespaces: add template name of a namespace
Fri, 17 Oct 2014 15:27:12 -0700 Sean Farley namespaces: add branches
Fri, 17 Oct 2014 15:27:33 -0700 Sean Farley namespaces: add tags
Sun, 14 Dec 2014 19:11:44 -0800 Ryan McElroy namespaces: remove weakref; always pass in repo
Fri, 17 Oct 2014 15:28:40 -0700 Sean Farley namespaces: add a method to the first matching node for a given name
Sun, 14 Dec 2014 12:53:50 -0800 Sean Farley namespaces: add bookmarks to the names data structure
Sun, 14 Dec 2014 16:22:24 -0800 Sean Farley namespaces: add a convenience property for the weakref _repo
Sun, 14 Dec 2014 15:35:57 -0800 Sean Farley namespaces: pass repo to __init__
Sun, 14 Dec 2014 15:04:40 -0800 Sean Farley namespaces: add a function to turn single results into lists
Fri, 17 Oct 2014 11:25:51 -0700 Sean Farley namespaces: add a method to register new namespaces
Sun, 14 Dec 2014 12:29:28 -0800 Sean Farley namespaces: introduce a generic way to map between names and nodes
less more (0) tip