log hgsubversion/maps.py @ 1555:cff81f35b31e

age author description
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Thu, 21 Dec 2017 17:39:52 -0800 Jun Wu sqliterevmap: break ".hashes()" cycle in a safer way
Fri, 11 Aug 2017 09:24:29 -0700 Jun Wu maps: handle sqlite lock error triggered by PRAGMA statements
Tue, 19 Jul 2016 20:34:11 +0100 Jun Wu SqliteRevMap: wait indefinitely for database lock
Thu, 23 Jun 2016 20:03:30 +0100 Jun Wu maps: add a config option to tweak sqlite
Thu, 23 Jun 2016 18:57:53 +0100 Jun Wu maps: do not open database when initializing sqlite revmap
Thu, 23 Jun 2016 10:29:58 +0100 Jun Wu maps: do not ask sqlite for min(rev), max(rev) together
Thu, 23 Jun 2016 10:46:07 +0100 Jun Wu maps: do not ask sqlite for row count
Wed, 15 Jun 2016 13:28:40 +0100 Jun Wu maps: change branchedits to accept revnum directly
Tue, 31 May 2016 15:44:11 +0100 Jun Wu maps: increase sqlite cache size automatically
Wed, 15 Jun 2016 18:25:26 +0100 Jun Wu maps: implement migration from SqliteRevMap to RevMap
Tue, 31 May 2016 18:24:58 +0100 Jun Wu maps: disable iterating methods of RevMap
Wed, 15 Jun 2016 18:23:07 +0100 Jun Wu maps: implement sqlite revmap
Mon, 13 Jun 2016 17:02:06 +0100 Jun Wu maps: use util.fileproperty for RevMap.lastpulled
Mon, 06 Jun 2016 00:54:49 -0400 Augie Fackler meta: check for revmap existence locally
Mon, 06 Jun 2016 00:49:17 -0400 Augie Fackler BaseMap: jettison now-unused filename-attribute magic
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
Mon, 06 Jun 2016 00:45:14 -0400 Augie Fackler BaseMap: no longer take a meta as an argument
Mon, 06 Jun 2016 00:42:07 -0400 Augie Fackler BaseMap: extract filename attribute magic into a classmethod
Sun, 05 Jun 2016 23:01:46 -0400 Augie Fackler TagMap: stop automagically running 'hg svn rebuildmeta'
Sun, 05 Jun 2016 22:29:34 -0400 Augie Fackler BaseMap: no longer store a reference to the meta object
Sun, 05 Jun 2016 22:29:07 -0400 Augie Fackler FileMap: store filename locally
Sun, 05 Jun 2016 21:18:38 -0400 Augie Fackler maps: switch many file opens to using the with statement
Sun, 05 Jun 2016 21:18:23 -0400 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
Sun, 05 Jun 2016 20:52:03 -0400 Augie Fackler TagMap: record filepath explicitly
Sun, 05 Jun 2016 20:45:29 -0400 Augie Fackler BaseMap: record filename on self._filename
Sun, 05 Jun 2016 20:37:28 -0400 Augie Fackler RevMap: use self._filepath instead of using meta
Sun, 05 Jun 2016 20:26:17 -0400 Augie Fackler AuthorMap: make local implementation concerns stop using self.meta
Sun, 05 Jun 2016 20:17:43 -0400 Augie Fackler maps: store a direct reference to ui
Sun, 05 Jun 2016 20:15:05 -0400 Augie Fackler maps: drop two unused __init__ implementations
Tue, 24 May 2016 00:11:50 +0100 Jun Wu maps: document RevMap.batchset will not update internal state
Sat, 14 May 2016 20:33:57 +0100 Jun Wu maps: add the "branchmaxrevnum" method to RevMap
Tue, 24 May 2016 00:15:20 +0100 Jun Wu maps: make readmapfile of RevMap a private instance method
Mon, 23 May 2016 23:36:28 +0100 Jun Wu maps: add "lasthash" property to RevMap
Fri, 13 May 2016 23:19:15 +0100 Jun Wu maps: add the "exists" method to RevMap
Fri, 13 May 2016 19:48:13 +0100 Jun Wu maps: add the "revhashes" method to RevMap
Mon, 09 May 2016 21:11:00 +0100 Jun Wu maps: add the "batchset" method to RevMap
Mon, 09 May 2016 17:48:04 +0100 Jun Wu maps: add the "clear" method to RevMap
Mon, 24 Mar 2014 11:21:01 -0500 Sean Farley maps: add ability to parse a regex or glob
Mon, 24 Mar 2014 11:21:01 -0500 Sean Farley maps: protect author map functions from regexes
Mon, 24 Mar 2014 11:21:01 -0500 Sean Farley maps: add custom __contains__
Mon, 24 Mar 2014 11:21:01 -0500 Sean Farley maps: add custom __setitem__
Mon, 24 Mar 2014 11:21:01 -0500 Sean Farley maps: add custom __getitem__
Mon, 24 Mar 2014 11:21:00 -0500 Sean Farley maps: add custom get method
Mon, 24 Mar 2014 11:21:00 -0500 Sean Farley maps: add _findkey method
Mon, 24 Mar 2014 11:21:00 -0500 Sean Farley maps: use regex for better comment handling
Mon, 24 Mar 2014 11:21:00 -0500 Sean Farley maps: remove unneeded load method from tag map
Mon, 24 Mar 2014 11:21:00 -0500 Sean Farley maps: remove unneeded __init__ code from tag map
Mon, 24 Mar 2014 11:21:00 -0500 Sean Farley maps: make tag map inherit from base map
Mon, 24 Mar 2014 11:20:59 -0500 Sean Farley maps: remove unneeded load method from branch map
Mon, 24 Mar 2014 11:20:59 -0500 Sean Farley maps: remove unneeded __init__ code from branch map
Mon, 24 Mar 2014 11:20:59 -0500 Sean Farley maps: make branch map inherit from base map
Mon, 24 Mar 2014 11:20:59 -0500 Sean Farley maps: remove unneeded load method from author map
Mon, 24 Mar 2014 11:20:59 -0500 Sean Farley maps: remove unneeded __init__ code from author map
Mon, 24 Mar 2014 11:20:59 -0500 Sean Farley maps: make author map inherit from base map
Mon, 24 Mar 2014 11:20:58 -0500 Sean Farley maps: add a load method to base map
Mon, 24 Mar 2014 11:20:58 -0500 Sean Farley maps: add a basemap class
Mon, 24 Mar 2014 11:20:58 -0500 Sean Farley maps: call super directly instead of self.super
Mon, 24 Mar 2014 11:20:58 -0500 Sean Farley maps: remove meta.caseignoreauthors from load method
Mon, 24 Mar 2014 11:20:58 -0500 Sean Farley maps: add custom __contains__ to author map
Mon, 24 Mar 2014 11:20:58 -0500 Sean Farley maps: add custom __setitem__ to author map
Mon, 08 Feb 2016 17:17:19 -0800 Mateusz Kwapich maps: remove python2.7ism from dynamic author mapping
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 maps: allow an empty map to not convert specific branches
Mon, 24 Mar 2014 11:20:57 -0500 Sean Farley svnmeta: rename authors_file to authormap_file
Fri, 12 Dec 2014 16:32:34 -0800 Mateusz Kwapich maps: cache hashes() for the revmap
Sun, 02 Nov 2014 01:34:34 -0800 Siddharth Agarwal maps.RevMap: avoid O(revs) property lookups on dict
Sun, 02 Nov 2014 01:27:38 -0800 Siddharth Agarwal maps: avoid O(n) property lookups on the node module
Sun, 02 Nov 2014 01:23:47 -0800 Siddharth Agarwal maps.RevMap: while loading, read lastpulled and firstpulled once
Sun, 02 Nov 2014 02:01:05 -0800 Siddharth Agarwal maps.RevMap: disable GC while loading the revmap
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change filemap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: turn filemap into a lazy property
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: load commandline filemap in __init__
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change branchmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline branchmap in __init__
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: change tagmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline tagmap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: use meta.caseignoreauthors intead of accessing ui directly
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: use meta.defaultauthors intead of accessing ui directly
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: change authormap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: load commandline authormap in __init__
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: remove trailing whitespace
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: change tags init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change revmap init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change readmapfile to take a path instead of repo
Sat, 15 Feb 2014 10:54:08 -0600 Sean Farley maps: call util.dump instead save_string
Sat, 15 Feb 2014 10:45:51 -0600 Sean Farley util: remove all calls to load_string
Tue, 08 Jan 2013 10:44:38 +0100 maugustin authormap: allow case-insensitive authormaps for easier conversions
Sun, 11 Nov 2012 15:30:49 +0100 Dan Villiom Podlaski Christiansen maps: only show 'reading ...' as debug output
Sun, 14 Oct 2012 13:21:03 +0200 Patrick Mezard maps: fix filemap loading --verbose message
Sat, 12 May 2012 15:41:21 +0200 Dan Villiom Podlaski Christiansen kill all 'print' statements in the extension proper
Sat, 12 May 2012 05:38:34 -0700 Bryan O'Sullivan revsets: huge speedups for fromsvn and svnrev
Sat, 28 Jan 2012 02:18:25 +0400 Vitaliy Filippov Respect filemap rule order (rules that come first are overridden by rules that come later)
Fri, 20 Jan 2012 19:06:32 +0400 Vitaliy Filippov Save filemap into .hg/svn/filemap just like other maps
Sat, 01 Oct 2011 00:42:27 +0800 Yonggang Luo revmap: load/save _youngest using new load_string and save_string API
Sat, 01 Oct 2011 00:50:10 +0800 Yonggang Luo maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins
Fri, 30 Sep 2011 17:01:35 -0500 Augie Fackler stupid/filemap: disable this since it doesn't currently work
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Sat, 23 Jul 2011 19:33:50 -0500 maugustin authormap: only append new or changed authors
Wed, 06 Jul 2011 07:55:14 -0500 maugustin authormap: expand environment variables when evaluating map path
Tue, 24 May 2011 16:07:32 -0500 Augie Fackler maps: clean up whitespace
Tue, 09 Nov 2010 13:49:30 +0100 Dan Villiom Podlaski Christiansen remove redundant calls to fd.flush() prior to doing fd.close().
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
Fri, 08 Oct 2010 19:07:04 +0200 Dirkjan Ochtman implement tag renames
Wed, 06 Oct 2010 16:50:10 +0200 Dirkjan Ochtman rename TagMap to Tags, to free up the TagMap name
Wed, 06 Oct 2010 15:18:15 +0200 Dirkjan Ochtman fix some style nits
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen maps: rename revmap.seen to revmap.youngest; add revmap.oldest.
Sat, 10 Jul 2010 14:48:57 +0200 Dan Villiom Podlaski Christiansen branchmap: reject empty mappings
Wed, 23 Jun 2010 11:37:03 +0200 Dan Villiom Podlaski Christiansen maps: don't set the `seen' attribute in TagMap.__init__().
Sat, 27 Mar 2010 18:42:47 -0500 Augie Fackler maps: fix a % formatting bug
Mon, 01 Mar 2010 21:26:30 +0100 Dirkjan Ochtman maps: if operation can continue, it should probably not use ui.warn()
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Tue, 23 Feb 2010 17:16:51 +0100 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)