Tue, 10 May 2016 23:02:37 -0400 |
Augie Fackler |
cleanup: stop using hasattr
|
Thu, 05 May 2016 23:10:49 -0700 |
Sean Farley |
templatekw: move to __init__ to prepare for newer mercurial
stable
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
tests: add test for regex and glob
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add ability to parse a regex or glob
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: protect author map functions from regexes
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add custom __contains__
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add custom __setitem__
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
maps: add custom __getitem__
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: add custom get method
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: add _findkey method
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: use regex for better comment handling
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: remove unneeded load method from tag map
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: remove unneeded __init__ code from tag map
|
Mon, 24 Mar 2014 11:21:00 -0500 |
Sean Farley |
maps: make tag map inherit from base map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded load method from branch map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded __init__ code from branch map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: make branch map inherit from base map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded load method from author map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: remove unneeded __init__ code from author map
|
Mon, 24 Mar 2014 11:20:59 -0500 |
Sean Farley |
maps: make author map inherit from base map
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add a load method to base map
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add a basemap class
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: call super directly instead of self.super
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: remove meta.caseignoreauthors from load method
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add custom __contains__ to author map
|
Mon, 24 Mar 2014 11:20:58 -0500 |
Sean Farley |
maps: add custom __setitem__ to author map
|
Fri, 04 Mar 2016 14:33:02 -0500 |
Augie Fackler |
Merge with stable.
|
Wed, 02 Mar 2016 22:00:00 -0500 |
Augie Fackler |
svncommands: cope with aa73d6a5d9ea which removed optionalrepo
stable
|
Tue, 23 Feb 2016 11:16:39 +0900 |
Shun-ichi GOTO |
compat: fix some more use of repo.parents()
stable
|
Mon, 08 Feb 2016 17:17:19 -0800 |
Mateusz Kwapich |
maps: remove python2.7ism from dynamic author mapping
|