log

age author description
Wed, 01 Nov 2017 22:37:11 -0400 Augie Fackler testedwith: add hg 4.4 1.9
Sun, 29 Oct 2017 09:07:12 -0400 Augie Fackler test_util: make developer warnings cause our tests to fail
Sun, 29 Oct 2017 09:06:57 -0400 Augie Fackler config: don't use the config registrar on hg that lacks dynamicdefault
Sat, 28 Oct 2017 21:34:52 -0400 Augie Fackler tests: when making a `memctx`, make sure to use a single repo instance
Wed, 25 Oct 2017 22:06:40 -0400 Augie Fackler hgsubversion: cope with configitem registration soft-required by hg 4.4
Wed, 25 Oct 2017 22:57:29 -0400 Augie Fackler svnrepo: use configlist instead of rolling it ourselves
Wed, 25 Oct 2017 22:11:15 -0400 Augie Fackler svnrepo: move password_stores config to a property
Wed, 25 Oct 2017 22:10:05 -0400 Augie Fackler svnmeta: specify default for revmapimpl config option
Wed, 25 Oct 2017 22:07:53 -0400 Augie Fackler test_urls: correctly use test_util.testui instead of ui.ui
Wed, 25 Oct 2017 20:46:54 -0400 Augie Fackler wrappers: add some missing lock/wlock grabbing
Wed, 25 Oct 2017 22:10:22 -0400 Augie Fackler svnrepo: wrap too-wide abort message
Thu, 31 Aug 2017 01:19:56 -0400 Augie Fackler hg: prune old unsupported versions
Thu, 31 Aug 2017 23:02:40 -0400 Augie Fackler meta: more forceutf8 love, this time on subdir handling
Thu, 31 Aug 2017 01:19:11 -0400 Augie Fackler subvertpy: ensure paths are really always bytes
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
Thu, 31 Aug 2017 00:45:27 -0400 Augie Fackler util: add method for forcing unicode objects back to utf8 bytes
Wed, 30 Aug 2017 23:58:15 -0400 Augie Fackler svnwrap: work around getting a bytearray instead of a string in SimpleStringIO
Wed, 30 Aug 2017 23:57:42 -0400 Augie Fackler svnwrap: clean up whitespace in common
Wed, 30 Aug 2017 23:44:02 -0400 Augie Fackler tox: update hg version list
Wed, 25 Oct 2017 15:30:34 -0400 Augie Fackler test_push_command: deal with gethostname() sometimes returning bad hostnames
Tue, 24 Oct 2017 07:36:35 -0700 Mateusz Kwapich util: don't assume that converted rev is an svn rev
Mon, 28 Aug 2017 10:15:18 -0700 Jun Wu revset: accept additional arguments
Mon, 21 Aug 2017 15:19:12 -0700 Jun Wu svnrepo: update with the latest upstream change
Fri, 11 Aug 2017 09:24:29 -0700 Jun Wu maps: handle sqlite lock error triggered by PRAGMA statements
Mon, 07 Aug 2017 18:11:56 -0700 Jun Wu test: enable devel.all-warnings
Mon, 07 Aug 2017 18:12:16 -0700 Jun Wu push: lock repo before calling createmarkers
Tue, 11 Jul 2017 16:37:57 -0700 Durham Goode subrepo: add missing arg to dirty()
Tue, 11 Jul 2017 16:34:59 -0700 Durham Goode subrepo: refactor dirty() to be cleaner
Wed, 28 Jun 2017 13:31:17 -0700 Durham Goode obsolete: support obsolete.isenabled
Wed, 24 May 2017 15:07:00 -0700 Durham Goode commands: fix command option registering
Wed, 07 Jun 2017 03:35:44 -0700 Stanislau Hlebik replay: fix tests
Mon, 29 May 2017 20:28:26 -0400 Augie Fackler tests: add dir_removal to the list of repos that are meaningless in standard
Tue, 23 May 2017 15:09:02 +0300 Ivan Lezhankin svnwrap: don't add paths to revision outside of subdir
Mon, 29 May 2017 12:50:55 -0400 Augie Fackler test_push_command: avoid letting interface name in IPv6 address
Mon, 29 May 2017 12:50:15 -0400 Augie Fackler test_push_command: bias towards IPv4 to work around gremlins on macOS
Tue, 23 May 2017 11:08:42 -0700 Durham Goode commands: fix registrar check
Mon, 22 May 2017 14:30:37 -0700 Durham Goode commands: update to work with new registrar.commands()
Tue, 09 May 2017 15:23:34 -0700 Durham Goode clone: add try/finally to unwrap
Tue, 09 May 2017 15:20:16 -0700 Durham Goode join: remove uses of repo.join/wjoin
Fri, 21 Apr 2017 13:43:59 -0700 Arun Kulshreshtha util: return baseset instead of plain list from revset
Mon, 10 Apr 2017 16:58:28 -0700 Arun Kulshreshtha tests: fix ipv6 support in test_push_command.py
Sun, 12 Feb 2017 18:31:47 -0500 Augie Fackler tox: give up on Mercurial older than 3.2
Sun, 12 Feb 2017 17:01:36 -0500 Augie Fackler tox: add more hg versions for testing
Sun, 12 Feb 2017 16:35:08 -0500 Augie Fackler Merge default heads.
Sun, 12 Feb 2017 16:30:28 -0500 Augie Fackler Merge with stable.
Sun, 12 Feb 2017 16:28:04 -0500 Augie Fackler Added signature for changeset 051a517b473b stable
Sun, 12 Feb 2017 16:25:50 -0500 Augie Fackler Added tag 1.8.7 for changeset 051a517b473b stable
Sun, 12 Feb 2017 15:16:51 -0500 Augie Fackler findcommonoutgoing: adapt to change to take a repo rather than changelog stable 1.8.7
Sun, 12 Feb 2017 15:16:16 -0500 Augie Fackler testui: set a username so recording obsolete markers doesn't break stable
Mon, 10 Oct 2016 08:09:17 -0700 Stanislau Hlebik fix tests
Tue, 26 Jul 2016 11:38:23 +0100 Jun Wu test_revmap_migrate: restore revmap class in tearDown
Tue, 19 Jul 2016 20:34:11 +0100 Jun Wu SqliteRevMap: wait indefinitely for database lock
Sun, 26 Jun 2016 21:10:36 -0400 Augie Fackler Merge with stable.
Sun, 26 Jun 2016 21:07:04 -0400 Augie Fackler test_helpers: avoid leaking a temporary directory stable
Sun, 26 Jun 2016 21:06:50 -0400 Augie Fackler editor: fix RevisionData to not leak temporary directories stable
Sun, 26 Jun 2016 16:14:07 -0400 Augie Fackler testing: add tox config to easily run tests against many hg versions stable
Sun, 26 Jun 2016 20:28:34 -0400 Augie Fackler test_fetch_renames: avoid hash randomization bug in test stable
Sun, 26 Jun 2016 20:29:49 -0400 Augie Fackler test_fetch_renames: change how this if statement works stable
Sun, 26 Jun 2016 20:25:52 -0400 Augie Fackler test_fetch_renames: refactoring to make debugging easier stable
Sun, 26 Jun 2016 17:02:12 -0400 Augie Fackler tests: add some sorted() calls on unsorted sets stable
Sun, 26 Jun 2016 16:12:58 -0400 Augie Fackler hgignore: also ignore tox environments directory stable
Sun, 26 Jun 2016 16:12:08 -0400 Augie Fackler hgignore: sort lines stable
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