log

age author description
2016-06-26 Augie Fackler templatekeywords: add missing loadkeyword() call stable
2016-06-23 Jun Wu maps: add a config option to tweak sqlite
2016-06-23 Jun Wu maps: do not open database when initializing sqlite revmap
2016-06-23 Jun Wu maps: do not ask sqlite for min(rev), max(rev) together
2016-06-23 Jun Wu maps: do not ask sqlite for row count
2016-05-27 Jun Wu tests: add the sqlite revmap test
2016-06-15 Jun Wu tests: new test about revmap two-way migrations
2016-06-15 Jun Wu maps: change branchedits to accept revnum directly
2016-06-15 Jun Wu svnmeta: add a config option to use sqlite revmap
2016-05-31 Jun Wu maps: increase sqlite cache size automatically
2016-06-15 Jun Wu maps: implement migration from SqliteRevMap to RevMap
2016-05-31 Jun Wu maps: disable iterating methods of RevMap
2016-06-15 Jun Wu maps: implement sqlite revmap
2016-06-07 Jun Wu svncommands: unlink revmap file before rebuildmeta
2013-08-10 Dan Villiom Podlaski Christiansen svnmeta: add utility method for generating a tag path
2016-06-14 Dan Villiom Podlaski Christiansen test_util: add utility function for logging the Subversion repository
2013-08-10 Dan Villiom Podlaski Christiansen test_util: allow counting converted revisions
2016-06-14 Dan Villiom Podlaski Christiansen test_util: retain parent branch in commitchanges()
2013-08-11 Dan Villiom Podlaski Christiansen rebuildmeta: extract utility function for iterating over repositories
2013-08-09 Dan Villiom Podlaski Christiansen svnwrap: allow overwriting directories in one revision
2013-08-09 Dan Villiom Podlaski Christiansen svnwrap: allow committing directory copies
2016-06-16 Jun Wu tests: drop unittest2
2016-06-07 Dan Villiom Podlaski Christiansen tests: optimise creating repositories and loading dumps
2014-04-22 Dan Villiom Podlaski Christiansen externals: support peg revisions in URLs
2016-06-13 Jun Wu maps: use util.fileproperty for RevMap.lastpulled
2016-06-13 Jun Wu util: add a fileproperty helper method
2016-06-11 Jun Wu svnrepo: change svnurl to not use self.svn
2016-06-12 Dan Villiom Podlaski Christiansen tests: drop hard-coded list of tests
2016-06-07 Durham Goode tests: use hostname instead of localhost
2016-05-27 Jun Wu svnmeta: do not add instance references to the class object
2016-06-06 Augie Fackler meta: check for revmap existence locally
2016-06-06 Augie Fackler BaseMap: jettison now-unused filename-attribute magic
2016-06-06 Augie Fackler FileMap: no longer take a meta
2016-06-06 Augie Fackler RevMap: no longer take a meta
2016-06-06 Augie Fackler Tags: no longer take a meta
2016-06-06 Augie Fackler TagMap: no longer take a meta
2016-06-06 Augie Fackler BranchMap: no longer take a meta
2016-06-06 Augie Fackler AuthorMap: no longer take a meta
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
2016-05-09 Jun Wu maps: add the "clear" method to RevMap
2016-05-11 Augie Fackler Merge with stable.
2016-05-11 Augie Fackler Added tag 1.8.6 for changeset 49d324e11856 stable
2016-05-11 Augie Fackler testedwith: include 3.8 stable 1.8.6
2016-05-11 Augie Fackler externals: update for Mercurial 3.8's new subrepo API stable
2016-05-06 Sean Farley templatekw: use decorator to register keywords stable
2016-05-06 Sean Farley compathacks: copy _funcregistrarbase for older mercurial stable
2016-05-11 Augie Fackler cleanup: stop using hasattr
2016-05-06 Sean Farley templatekw: move to __init__ to prepare for newer mercurial stable
2014-03-24 Sean Farley tests: add test for regex and glob
2014-03-24 Sean Farley maps: add ability to parse a regex or glob
2014-03-24 Sean Farley maps: protect author map functions from regexes
2014-03-24 Sean Farley maps: add custom __contains__
2014-03-24 Sean Farley maps: add custom __setitem__
2014-03-24 Sean Farley maps: add custom __getitem__
2014-03-24 Sean Farley maps: add custom get method
2014-03-24 Sean Farley maps: add _findkey method
2014-03-24 Sean Farley maps: use regex for better comment handling
2014-03-24 Sean Farley maps: remove unneeded load method from tag map
2014-03-24 Sean Farley maps: remove unneeded __init__ code from tag map
2014-03-24 Sean Farley maps: make tag map inherit from base map
2014-03-24 Sean Farley maps: remove unneeded load method from branch map
2014-03-24 Sean Farley maps: remove unneeded __init__ code from branch map
2014-03-24 Sean Farley maps: make branch map inherit from base map
2014-03-24 Sean Farley maps: remove unneeded load method from author map
2014-03-24 Sean Farley maps: remove unneeded __init__ code from author map
2014-03-24 Sean Farley maps: make author map inherit from base map
2014-03-24 Sean Farley maps: add a load method to base map
2014-03-24 Sean Farley maps: add a basemap class
2014-03-24 Sean Farley maps: call super directly instead of self.super
2014-03-24 Sean Farley maps: remove meta.caseignoreauthors from load method
2014-03-24 Sean Farley maps: add custom __contains__ to author map
2014-03-24 Sean Farley maps: add custom __setitem__ to author map
2016-03-04 Augie Fackler Merge with stable.
2016-03-03 Augie Fackler svncommands: cope with aa73d6a5d9ea which removed optionalrepo stable
2016-02-23 Shun-ichi GOTO compat: fix some more use of repo.parents() stable
2016-02-09 Mateusz Kwapich maps: remove python2.7ism from dynamic author mapping
2016-01-28 Jerome M. BERGER Added dynamic author mapping.
2016-01-27 Augie Fackler rename-closed-branch-dir: add a fixture that renames a directory of closed branches
2016-01-27 Augie Fackler Merge with stable.
2016-01-27 Augie Fackler Added tag 1.8.5 for changeset bd979667611d stable
2016-01-27 Augie Fackler testedwith: add hg 3.7 stable 1.8.5
2016-01-12 Augie Fackler hgsubversion: update testedwith, which has been neglected for some time stable
2016-01-07 Laurent Charignon compat: fix use of repo.parents() to repo[None].parents() stable
2015-12-31 Augie Fackler Merge with stable.
2015-12-31 Augie Fackler Added tag 1.8.4 for changeset 89997a5fc181 stable
2015-12-31 Augie Fackler stupid: self-disable if svn bindings are too new to work with stupid mode stable 1.8.4
2015-12-31 Augie Fackler swig: change current_bindings to subversion_version stable
2015-10-30 Sean Farley tests: update for behavior change in subversion 1.9 stable
2015-10-21 Augie Fackler Merge with stable.
2015-10-15 Sean Farley exchangepush: accept kwargs and just forward them stable
2015-10-15 Sean Farley wrappers: accept-and-forward kwargs including opargs stable