log

age author description
2016-06-06 Augie Fackler BaseMap: no longer take a meta as an argument
2016-06-06 Augie Fackler BaseMap: extract filename attribute magic into a classmethod
2016-06-06 Augie Fackler TagMap: stop automagically running 'hg svn rebuildmeta'
2016-06-06 Augie Fackler BaseMap: no longer store a reference to the meta object
2016-06-06 Augie Fackler FileMap: store filename locally
2016-06-06 Augie Fackler test_rebuildmeta: improve error message
2016-06-06 Augie Fackler maps: switch many file opens to using the with statement
2016-06-06 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
2016-06-06 Augie Fackler test_rebuildmeta: improve error message
2016-06-06 Augie Fackler TagMap: record filepath explicitly
2016-06-06 Augie Fackler BaseMap: record filename on self._filename
2016-06-06 Augie Fackler RevMap: use self._filepath instead of using meta
2016-06-06 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
2016-06-06 Augie Fackler maps: store a direct reference to ui
2016-06-06 Augie Fackler maps: drop two unused __init__ implementations
2016-05-27 Jun Wu wrappers: remove "svn.meta = meta" in pull
2016-05-26 Jun Wu wrappers: remove an unused line
2016-05-23 Jun Wu maps: document RevMap.batchset will not update internal state
2016-05-14 Jun Wu svnmeta: do not iterate revmap directly
2016-05-14 Jun Wu maps: add the "branchmaxrevnum" method to RevMap
2016-05-23 Jun Wu maps: make readmapfile of RevMap a private instance method
2016-05-14 Jun Wu svncommands: get rid of RevMap.readmapfile
2016-05-23 Jun Wu maps: add "lasthash" property to RevMap
2016-05-23 Augie Fackler Merge with stable.
2016-05-23 Augie Fackler test_hooks: cope with localrepo.parents() going away stable
2016-05-14 Jun Wu util: get rid of RevMap.readmapfile
2016-05-13 Jun Wu svnmeta: add the "revmapexists" method
2016-05-13 Jun Wu maps: add the "exists" method to RevMap
2016-05-13 Jun Wu maps: add the "revhashes" method to RevMap
2016-05-09 Jun Wu maps: add the "batchset" method to RevMap