Sun, 26 Jun 2016 15:21:33 -0400 |
Augie Fackler |
templatekeywords: add missing loadkeyword() call
stable
|
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
|
Fri, 27 May 2016 15:48:16 +0100 |
Jun Wu |
tests: add the sqlite revmap test
|
Wed, 15 Jun 2016 18:25:39 +0100 |
Jun Wu |
tests: new test about revmap two-way migrations
|
Wed, 15 Jun 2016 13:28:40 +0100 |
Jun Wu |
maps: change branchedits to accept revnum directly
|
Wed, 15 Jun 2016 17:17:56 +0100 |
Jun Wu |
svnmeta: add a config option to use sqlite revmap
|
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
|
Tue, 07 Jun 2016 02:56:55 +0100 |
Jun Wu |
svncommands: unlink revmap file before rebuildmeta
|
Sat, 10 Aug 2013 08:02:19 +0200 |
Dan Villiom Podlaski Christiansen |
svnmeta: add utility method for generating a tag path
|
Tue, 14 Jun 2016 21:31:37 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: add utility function for logging the Subversion repository
|
Sat, 10 Aug 2013 07:46:21 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: allow counting converted revisions
|
Tue, 14 Jun 2016 23:08:43 +0200 |
Dan Villiom Podlaski Christiansen |
test_util: retain parent branch in commitchanges()
|
Sun, 11 Aug 2013 21:59:17 +0200 |
Dan Villiom Podlaski Christiansen |
rebuildmeta: extract utility function for iterating over repositories
|
Fri, 09 Aug 2013 16:31:22 +0200 |
Dan Villiom Podlaski Christiansen |
svnwrap: allow overwriting directories in one revision
|
Fri, 09 Aug 2013 16:01:12 +0200 |
Dan Villiom Podlaski Christiansen |
svnwrap: allow committing directory copies
|
Thu, 16 Jun 2016 04:54:51 +0100 |
Jun Wu |
tests: drop unittest2
|
Tue, 07 Jun 2016 09:15:53 +0200 |
Dan Villiom Podlaski Christiansen |
tests: optimise creating repositories and loading dumps
|
Tue, 22 Apr 2014 15:40:39 +0200 |
Dan Villiom Podlaski Christiansen |
externals: support peg revisions in URLs
|
Mon, 13 Jun 2016 17:02:06 +0100 |
Jun Wu |
maps: use util.fileproperty for RevMap.lastpulled
|
Mon, 13 Jun 2016 16:59:51 +0100 |
Jun Wu |
util: add a fileproperty helper method
|
Sat, 11 Jun 2016 22:36:57 +0100 |
Jun Wu |
svnrepo: change svnurl to not use self.svn
|
Sun, 12 Jun 2016 14:55:57 +0200 |
Dan Villiom Podlaski Christiansen |
tests: drop hard-coded list of tests
|
Tue, 07 Jun 2016 14:35:30 -0700 |
Durham Goode |
tests: use hostname instead of localhost
|
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: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:25:49 -0400 |
Augie Fackler |
test_rebuildmeta: improve error message
|
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 21:08:35 -0400 |
Augie Fackler |
test_rebuildmeta: improve error message
|
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
|
Fri, 27 May 2016 11:46:58 +0100 |
Jun Wu |
wrappers: remove "svn.meta = meta" in pull
|
Thu, 26 May 2016 23:11:41 +0100 |
Jun Wu |
wrappers: remove an unused line
|
Tue, 24 May 2016 00:11:50 +0100 |
Jun Wu |
maps: document RevMap.batchset will not update internal state
|
Sat, 14 May 2016 20:41:05 +0100 |
Jun Wu |
svnmeta: do not iterate revmap directly
|
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
|
Sat, 14 May 2016 20:05:40 +0100 |
Jun Wu |
svncommands: get rid of RevMap.readmapfile
|
Mon, 23 May 2016 23:36:28 +0100 |
Jun Wu |
maps: add "lasthash" property to RevMap
|
Mon, 23 May 2016 17:45:19 -0400 |
Augie Fackler |
Merge with stable.
|
Mon, 23 May 2016 17:15:58 -0400 |
Augie Fackler |
test_hooks: cope with localrepo.parents() going away
stable
|
Sat, 14 May 2016 19:55:03 +0100 |
Jun Wu |
util: get rid of RevMap.readmapfile
|
Fri, 13 May 2016 23:21:21 +0100 |
Jun Wu |
svnmeta: add the "revmapexists" method
|
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
|
Wed, 11 May 2016 10:11:59 -0400 |
Augie Fackler |
Merge with stable.
|
Tue, 10 May 2016 23:12:59 -0400 |
Augie Fackler |
Added tag 1.8.6 for changeset 49d324e11856
stable
|
Tue, 10 May 2016 23:12:42 -0400 |
Augie Fackler |
testedwith: include 3.8
stable 1.8.6
|
Tue, 10 May 2016 23:01:50 -0400 |
Augie Fackler |
externals: update for Mercurial 3.8's new subrepo API
stable
|
Thu, 05 May 2016 23:18:52 -0700 |
Sean Farley |
templatekw: use decorator to register keywords
stable
|
Thu, 05 May 2016 23:11:53 -0700 |
Sean Farley |
compathacks: copy _funcregistrarbase for older mercurial
stable
|
Tue, 10 May 2016 23:02:37 -0400 |
Augie Fackler |
cleanup: stop using hasattr
|
Thu, 05 May 2016 23:10:49 -0700 |
Sean Farley |
templatekw: move to __init__ to prepare for newer mercurial
stable
|
Mon, 24 Mar 2014 11:21:01 -0500 |
Sean Farley |
tests: add test for regex and glob
|
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
|
Fri, 04 Mar 2016 14:33:02 -0500 |
Augie Fackler |
Merge with stable.
|
Wed, 02 Mar 2016 22:00:00 -0500 |
Augie Fackler |
svncommands: cope with aa73d6a5d9ea which removed optionalrepo
stable
|
Tue, 23 Feb 2016 11:16:39 +0900 |
Shun-ichi GOTO |
compat: fix some more use of repo.parents()
stable
|
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.
|
Wed, 27 Jan 2016 16:47:20 -0500 |
Augie Fackler |
rename-closed-branch-dir: add a fixture that renames a directory of closed branches
|
Wed, 27 Jan 2016 14:27:20 -0500 |
Augie Fackler |
Merge with stable.
|
Wed, 27 Jan 2016 14:27:07 -0500 |
Augie Fackler |
Added tag 1.8.5 for changeset bd979667611d
stable
|
Wed, 27 Jan 2016 10:42:39 -0500 |
Augie Fackler |
testedwith: add hg 3.7
stable 1.8.5
|
Tue, 12 Jan 2016 09:53:24 -0500 |
Augie Fackler |
hgsubversion: update testedwith, which has been neglected for some time
stable
|
Thu, 07 Jan 2016 07:59:37 -0800 |
Laurent Charignon |
compat: fix use of repo.parents() to repo[None].parents()
stable
|
Thu, 31 Dec 2015 12:52:49 -0500 |
Augie Fackler |
Merge with stable.
|
Thu, 31 Dec 2015 12:50:58 -0500 |
Augie Fackler |
Added tag 1.8.4 for changeset 89997a5fc181
stable
|
Thu, 31 Dec 2015 12:06:58 -0500 |
Augie Fackler |
stupid: self-disable if svn bindings are too new to work with stupid mode
stable 1.8.4
|
Thu, 31 Dec 2015 12:04:22 -0500 |
Augie Fackler |
swig: change current_bindings to subversion_version
stable
|
Thu, 29 Oct 2015 17:18:41 -0700 |
Sean Farley |
tests: update for behavior change in subversion 1.9
stable
|
Wed, 21 Oct 2015 11:31:30 -0400 |
Augie Fackler |
Merge with stable.
|
Thu, 15 Oct 2015 13:42:22 -0700 |
Sean Farley |
exchangepush: accept kwargs and just forward them
stable
|
Thu, 15 Oct 2015 14:29:52 -0700 |
Sean Farley |
wrappers: accept-and-forward kwargs including opargs
stable
|