Mercurial > hgsubversion
graph
-
maps: increase sqlite cache size automatically2016-05-31, by Jun Wu
-
maps: implement migration from SqliteRevMap to RevMap2016-06-15, by Jun Wu
-
maps: disable iterating methods of RevMap2016-05-31, by Jun Wu
-
maps: implement sqlite revmap2016-06-15, by Jun Wu
-
svncommands: unlink revmap file before rebuildmeta2016-06-07, by Jun Wu
-
svnmeta: add utility method for generating a tag path2013-08-10, by Dan Villiom Podlaski Christiansen
-
test_util: add utility function for logging the Subversion repository2016-06-14, by Dan Villiom Podlaski Christiansen
-
test_util: allow counting converted revisions2013-08-10, by Dan Villiom Podlaski Christiansen
-
test_util: retain parent branch in commitchanges()2016-06-14, by Dan Villiom Podlaski Christiansen
-
rebuildmeta: extract utility function for iterating over repositories2013-08-11, by Dan Villiom Podlaski Christiansen
-
svnwrap: allow overwriting directories in one revision2013-08-09, by Dan Villiom Podlaski Christiansen
-
svnwrap: allow committing directory copies2013-08-09, by Dan Villiom Podlaski Christiansen
-
tests: drop unittest22016-06-16, by Jun Wu
-
tests: optimise creating repositories and loading dumps2016-06-07, by Dan Villiom Podlaski Christiansen
-
externals: support peg revisions in URLs2014-04-22, by Dan Villiom Podlaski Christiansen
-
maps: use util.fileproperty for RevMap.lastpulled2016-06-13, by Jun Wu
-
util: add a fileproperty helper method2016-06-13, by Jun Wu
-
svnrepo: change svnurl to not use self.svn2016-06-11, by Jun Wu
-
tests: drop hard-coded list of tests2016-06-12, by Dan Villiom Podlaski Christiansen
-
tests: use hostname instead of localhost2016-06-07, by Durham Goode
-
svnmeta: do not add instance references to the class object2016-05-27, by Jun Wu
-
meta: check for revmap existence locally2016-06-06, by Augie Fackler
-
BaseMap: jettison now-unused filename-attribute magic2016-06-06, by Augie Fackler
-
FileMap: no longer take a meta2016-06-06, by Augie Fackler
-
RevMap: no longer take a meta2016-06-06, by Augie Fackler
-
Tags: no longer take a meta2016-06-06, by Augie Fackler
-
TagMap: no longer take a meta2016-06-06, by Augie Fackler
-
BranchMap: no longer take a meta2016-06-06, by Augie Fackler
-
AuthorMap: no longer take a meta2016-06-06, by Augie Fackler
-
BaseMap: no longer take a meta as an argument2016-06-06, by Augie Fackler
-
BaseMap: extract filename attribute magic into a classmethod2016-06-06, by Augie Fackler
-
TagMap: stop automagically running 'hg svn rebuildmeta'2016-06-06, by Augie Fackler
-
BaseMap: no longer store a reference to the meta object2016-06-06, by Augie Fackler
-
FileMap: store filename locally2016-06-06, by Augie Fackler
-
test_rebuildmeta: improve error message2016-06-06, by Augie Fackler
-
maps: switch many file opens to using the with statement2016-06-06, by Augie Fackler
-
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