log

age author description
Mon, 06 Jun 2016 00:46:45 -0400 Augie Fackler AuthorMap: no longer take a meta
Mon, 06 Jun 2016 00:45:14 -0400 Augie Fackler BaseMap: no longer take a meta as an argument
Mon, 06 Jun 2016 00:42:07 -0400 Augie Fackler BaseMap: extract filename attribute magic into a classmethod
Sun, 05 Jun 2016 23:01:46 -0400 Augie Fackler TagMap: stop automagically running 'hg svn rebuildmeta'
Sun, 05 Jun 2016 22:29:34 -0400 Augie Fackler BaseMap: no longer store a reference to the meta object
Sun, 05 Jun 2016 22:29:07 -0400 Augie Fackler FileMap: store filename locally
Sun, 05 Jun 2016 21:25:49 -0400 Augie Fackler test_rebuildmeta: improve error message
Sun, 05 Jun 2016 21:18:38 -0400 Augie Fackler maps: switch many file opens to using the with statement
Sun, 05 Jun 2016 21:18:23 -0400 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
Sun, 05 Jun 2016 21:08:35 -0400 Augie Fackler test_rebuildmeta: improve error message
Sun, 05 Jun 2016 20:52:03 -0400 Augie Fackler TagMap: record filepath explicitly
Sun, 05 Jun 2016 20:45:29 -0400 Augie Fackler BaseMap: record filename on self._filename
Sun, 05 Jun 2016 20:37:28 -0400 Augie Fackler RevMap: use self._filepath instead of using meta
Sun, 05 Jun 2016 20:26:17 -0400 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
Sun, 05 Jun 2016 20:17:43 -0400 Augie Fackler maps: store a direct reference to ui
Sun, 05 Jun 2016 20:15:05 -0400 Augie Fackler maps: drop two unused __init__ implementations
Fri, 27 May 2016 11:46:58 +0100 Jun Wu wrappers: remove "svn.meta = meta" in pull
Thu, 26 May 2016 23:11:41 +0100 Jun Wu wrappers: remove an unused line
Tue, 24 May 2016 00:11:50 +0100 Jun Wu maps: document RevMap.batchset will not update internal state
Sat, 14 May 2016 20:41:05 +0100 Jun Wu svnmeta: do not iterate revmap directly
Sat, 14 May 2016 20:33:57 +0100 Jun Wu maps: add the "branchmaxrevnum" method to RevMap
Tue, 24 May 2016 00:15:20 +0100 Jun Wu maps: make readmapfile of RevMap a private instance method
Sat, 14 May 2016 20:05:40 +0100 Jun Wu svncommands: get rid of RevMap.readmapfile
Mon, 23 May 2016 23:36:28 +0100 Jun Wu maps: add "lasthash" property to RevMap
Mon, 23 May 2016 17:45:19 -0400 Augie Fackler Merge with stable.
Mon, 23 May 2016 17:15:58 -0400 Augie Fackler test_hooks: cope with localrepo.parents() going away stable
Sat, 14 May 2016 19:55:03 +0100 Jun Wu util: get rid of RevMap.readmapfile
Fri, 13 May 2016 23:21:21 +0100 Jun Wu svnmeta: add the "revmapexists" method
Fri, 13 May 2016 23:19:15 +0100 Jun Wu maps: add the "exists" method to RevMap
Fri, 13 May 2016 19:48:13 +0100 Jun Wu maps: add the "revhashes" method to RevMap