Mercurial > hgsubversion
graph
-
RevMap: move lastpulled from SVNMeta down into RevMap2016-06-06, by Augie Fackler
-
test_rebuildmeta: improve error message2016-06-06, by Augie Fackler
-
TagMap: record filepath explicitly2016-06-06, by Augie Fackler
-
BaseMap: record filename on self._filename2016-06-06, by Augie Fackler
-
RevMap: use self._filepath instead of using meta2016-06-06, by Augie Fackler
-
AuthorMap: make local implementation concerns stop using self.meta2016-06-06, by Augie Fackler
-
maps: store a direct reference to ui2016-06-06, by Augie Fackler
-
maps: drop two unused __init__ implementations2016-06-06, by Augie Fackler
-
wrappers: remove "svn.meta = meta" in pull2016-05-27, by Jun Wu
-
wrappers: remove an unused line2016-05-26, by Jun Wu
-
maps: document RevMap.batchset will not update internal state2016-05-23, by Jun Wu
-
svnmeta: do not iterate revmap directly2016-05-14, by Jun Wu
-
maps: add the "branchmaxrevnum" method to RevMap2016-05-14, by Jun Wu
-
maps: make readmapfile of RevMap a private instance method2016-05-23, by Jun Wu
-
svncommands: get rid of RevMap.readmapfile2016-05-14, by Jun Wu
-
maps: add "lasthash" property to RevMap2016-05-23, by Jun Wu
-
Merge with stable.2016-05-23, by Augie Fackler
-
util: get rid of RevMap.readmapfile2016-05-14, by Jun Wu
-
svnmeta: add the "revmapexists" method2016-05-13, by Jun Wu
-
maps: add the "exists" method to RevMap2016-05-13, by Jun Wu
-
maps: add the "revhashes" method to RevMap2016-05-13, by Jun Wu
-
maps: add the "batchset" method to RevMap2016-05-09, by Jun Wu
-
maps: add the "clear" method to RevMap2016-05-09, by Jun Wu
-
Merge with stable.2016-05-11, by Augie Fackler
-
cleanup: stop using hasattr2016-05-11, by Augie Fackler
-
tests: add test for regex and glob2014-03-24, by Sean Farley
-
maps: add ability to parse a regex or glob2014-03-24, by Sean Farley
-
maps: protect author map functions from regexes2014-03-24, by Sean Farley
-
maps: add custom __contains__2014-03-24, by Sean Farley
-
maps: add custom __setitem__2014-03-24, by Sean Farley
-
maps: add custom __getitem__2014-03-24, by Sean Farley
-
maps: add custom get method2014-03-24, by Sean Farley
-
maps: add _findkey method2014-03-24, by Sean Farley
-
maps: use regex for better comment handling2014-03-24, by Sean Farley
-
maps: remove unneeded load method from tag map2014-03-24, by Sean Farley
-
maps: remove unneeded __init__ code from tag map2014-03-24, by Sean Farley
-
maps: make tag map inherit from base map2014-03-24, by Sean Farley
-
maps: remove unneeded load method from branch map2014-03-24, by Sean Farley
-
maps: remove unneeded __init__ code from branch map2014-03-24, by Sean Farley
-
maps: make branch map inherit from base map2014-03-24, by Sean Farley
-
maps: remove unneeded load method from author map2014-03-24, by Sean Farley
-
maps: remove unneeded __init__ code from author map2014-03-24, by Sean Farley
-
maps: make author map inherit from base map2014-03-24, by Sean Farley
-
maps: add a load method to base map2014-03-24, by Sean Farley
-
maps: add a basemap class2014-03-24, by Sean Farley
-
maps: call super directly instead of self.super2014-03-24, by Sean Farley
-
maps: remove meta.caseignoreauthors from load method2014-03-24, by Sean Farley
-
maps: add custom __contains__ to author map2014-03-24, by Sean Farley
-
maps: add custom __setitem__ to author map2014-03-24, by Sean Farley
-
Merge with stable.2016-03-04, by Augie Fackler
-
maps: remove python2.7ism from dynamic author mapping2016-02-09, by Mateusz Kwapich