log hgsubversion/svnmeta.py @ 1602:6a6ce9d9da35 default tip

age author description
Sat, 24 Mar 2018 17:04:19 -0400 Augie Fackler cleanup: remove lots of dead imports and code found by pyflakes
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Tue, 19 Dec 2017 14:29:55 -0800 Jun Wu compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
Wed, 25 Oct 2017 22:10:05 -0400 Augie Fackler svnmeta: specify default for revmapimpl config option
Thu, 31 Aug 2017 23:02:40 -0400 Augie Fackler meta: more forceutf8 love, this time on subdir handling
Thu, 31 Aug 2017 01:18:48 -0400 Augie Fackler meta: force date and extra fields to be purely bytes
Thu, 31 Aug 2017 01:18:19 -0400 Augie Fackler meta: force user and message to be bytes
Tue, 09 May 2017 15:20:16 -0700 Durham Goode join: remove uses of repo.join/wjoin
Thu, 23 Jun 2016 20:03:30 +0100 Jun Wu maps: add a config option to tweak sqlite
Wed, 15 Jun 2016 17:17:56 +0100 Jun Wu svnmeta: add a config option to use sqlite revmap
Sat, 10 Aug 2013 08:02:19 +0200 Dan Villiom Podlaski Christiansen svnmeta: add utility method for generating a tag path
Fri, 27 May 2016 01:42:55 +0100 Jun Wu svnmeta: do not add instance references to the class object
Mon, 06 Jun 2016 00:54:49 -0400 Augie Fackler meta: check for revmap existence locally
Mon, 06 Jun 2016 00:52:37 -0400 Augie Fackler FileMap: no longer take a meta
Mon, 06 Jun 2016 00:51:41 -0400 Augie Fackler RevMap: no longer take a meta
Mon, 06 Jun 2016 00:50:19 -0400 Augie Fackler Tags: no longer take a meta
Mon, 06 Jun 2016 00:48:06 -0400 Augie Fackler TagMap: no longer take a meta
Mon, 06 Jun 2016 00:47:27 -0400 Augie Fackler BranchMap: no longer take a meta
Mon, 06 Jun 2016 00:46:45 -0400 Augie Fackler AuthorMap: no longer take a meta
Sun, 05 Jun 2016 21:18:23 -0400 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
Sun, 05 Jun 2016 20:26:17 -0400 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
Sat, 14 May 2016 20:41:05 +0100 Jun Wu svnmeta: do not iterate revmap directly
Fri, 13 May 2016 23:21:21 +0100 Jun Wu svnmeta: add the "revmapexists" method
Tue, 10 May 2016 23:02:37 -0400 Augie Fackler cleanup: stop using hasattr
Thu, 28 Jan 2016 19:43:21 +0100 Jerome M. BERGER Added dynamic author mapping.
Mon, 24 Mar 2014 11:20:57 -0500 Sean Farley svnmeta: add method to determine whether we will skip a particular branch
Mon, 24 Mar 2014 11:20:57 -0500 Sean Farley svnmeta: rename authors_file to authormap_file
Mon, 24 Mar 2014 11:20:56 -0500 Sean Farley svnmeta: add functionality for configitems in _get_cachedconfig
Sun, 08 Feb 2015 17:32:36 -0800 Sean Farley svnmeta: pep8
Mon, 24 Mar 2014 11:20:55 -0500 Sean Farley svnmeta: use self.layout instead of calling ui.config directly