Mercurial > hgsubversion
graph
-
RevMap: no longer take a metaMon, 06 Jun 2016 00:51:41 -0400, by Augie Fackler
-
Tags: no longer take a metaMon, 06 Jun 2016 00:50:19 -0400, by Augie Fackler
-
TagMap: no longer take a metaMon, 06 Jun 2016 00:48:06 -0400, by Augie Fackler
-
BranchMap: no longer take a metaMon, 06 Jun 2016 00:47:27 -0400, by Augie Fackler
-
AuthorMap: no longer take a metaMon, 06 Jun 2016 00:46:45 -0400, by Augie Fackler
-
BaseMap: no longer take a meta as an argumentMon, 06 Jun 2016 00:45:14 -0400, by Augie Fackler
-
BaseMap: extract filename attribute magic into a classmethodMon, 06 Jun 2016 00:42:07 -0400, by Augie Fackler
-
TagMap: stop automagically running 'hg svn rebuildmeta'Sun, 05 Jun 2016 23:01:46 -0400, by Augie Fackler
-
BaseMap: no longer store a reference to the meta objectSun, 05 Jun 2016 22:29:34 -0400, by Augie Fackler
-
FileMap: store filename locallySun, 05 Jun 2016 22:29:07 -0400, by Augie Fackler
-
test_rebuildmeta: improve error messageSun, 05 Jun 2016 21:25:49 -0400, by Augie Fackler
-
maps: switch many file opens to using the with statementSun, 05 Jun 2016 21:18:38 -0400, by Augie Fackler
-
RevMap: move lastpulled from SVNMeta down into RevMapSun, 05 Jun 2016 21:18:23 -0400, by Augie Fackler
-
test_rebuildmeta: improve error messageSun, 05 Jun 2016 21:08:35 -0400, by Augie Fackler
-
TagMap: record filepath explicitlySun, 05 Jun 2016 20:52:03 -0400, by Augie Fackler
-
BaseMap: record filename on self._filenameSun, 05 Jun 2016 20:45:29 -0400, by Augie Fackler
-
RevMap: use self._filepath instead of using metaSun, 05 Jun 2016 20:37:28 -0400, by Augie Fackler
-
AuthorMap: make local implementation concerns stop using self.metaSun, 05 Jun 2016 20:26:17 -0400, by Augie Fackler
-
maps: store a direct reference to uiSun, 05 Jun 2016 20:17:43 -0400, by Augie Fackler
-
maps: drop two unused __init__ implementationsSun, 05 Jun 2016 20:15:05 -0400, by Augie Fackler
-
wrappers: remove "svn.meta = meta" in pullFri, 27 May 2016 11:46:58 +0100, by Jun Wu
-
wrappers: remove an unused lineThu, 26 May 2016 23:11:41 +0100, by Jun Wu
-
maps: document RevMap.batchset will not update internal stateTue, 24 May 2016 00:11:50 +0100, by Jun Wu
-
svnmeta: do not iterate revmap directlySat, 14 May 2016 20:41:05 +0100, by Jun Wu
-
maps: add the "branchmaxrevnum" method to RevMapSat, 14 May 2016 20:33:57 +0100, by Jun Wu
-
maps: make readmapfile of RevMap a private instance methodTue, 24 May 2016 00:15:20 +0100, by Jun Wu
-
svncommands: get rid of RevMap.readmapfileSat, 14 May 2016 20:05:40 +0100, by Jun Wu
-
maps: add "lasthash" property to RevMapMon, 23 May 2016 23:36:28 +0100, by Jun Wu
-
Merge with stable.Mon, 23 May 2016 17:45:19 -0400, by Augie Fackler
-
test_hooks: cope with localrepo.parents() going away stableMon, 23 May 2016 17:15:58 -0400, by Augie Fackler
-
util: get rid of RevMap.readmapfileSat, 14 May 2016 19:55:03 +0100, by Jun Wu
-
svnmeta: add the "revmapexists" methodFri, 13 May 2016 23:21:21 +0100, by Jun Wu
-
maps: add the "exists" method to RevMapFri, 13 May 2016 23:19:15 +0100, by Jun Wu
-
maps: add the "revhashes" method to RevMapFri, 13 May 2016 19:48:13 +0100, by Jun Wu
-
maps: add the "batchset" method to RevMapMon, 09 May 2016 21:11:00 +0100, by Jun Wu
-
maps: add the "clear" method to RevMapMon, 09 May 2016 17:48:04 +0100, by Jun Wu
-
Merge with stable.Wed, 11 May 2016 10:11:59 -0400, by Augie Fackler
-
externals: update for Mercurial 3.8's new subrepo API stableTue, 10 May 2016 23:01:50 -0400, by Augie Fackler
-
templatekw: use decorator to register keywords stableThu, 05 May 2016 23:18:52 -0700, by Sean Farley
-
compathacks: copy _funcregistrarbase for older mercurial stableThu, 05 May 2016 23:11:53 -0700, by Sean Farley
-
cleanup: stop using hasattrTue, 10 May 2016 23:02:37 -0400, by Augie Fackler
-
templatekw: move to __init__ to prepare for newer mercurial stableThu, 05 May 2016 23:10:49 -0700, by Sean Farley
-
tests: add test for regex and globMon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add ability to parse a regex or globMon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: protect author map functions from regexesMon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom __contains__Mon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom __setitem__Mon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom __getitem__Mon, 24 Mar 2014 11:21:01 -0500, by Sean Farley
-
maps: add custom get methodMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: add _findkey methodMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: use regex for better comment handlingMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: remove unneeded load method from tag mapMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: remove unneeded __init__ code from tag mapMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: make tag map inherit from base mapMon, 24 Mar 2014 11:21:00 -0500, by Sean Farley
-
maps: remove unneeded load method from branch mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: remove unneeded __init__ code from branch mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: make branch map inherit from base mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley
-
maps: remove unneeded load method from author mapMon, 24 Mar 2014 11:20:59 -0500, by Sean Farley