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
|