Mercurial > hgsubversion
graph
-
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