log

age author description
Mon, 15 Feb 2021 12:06:38 +0000 Roy Marples Added tag 0.1.1 for changeset a90da62aa705 default tip
Mon, 15 Feb 2021 11:49:46 +0000 Roy Marples Build as version 0.1.1 0.1.1
Fri, 22 Jan 2021 16:34:07 +0000 Roy Marples Fix string usage in setup.py
Fri, 22 Jan 2021 15:53:03 +0000 Roy Marples We always compress/decompress blob data
Fri, 22 Jan 2021 00:03:52 +0000 Roy Marples Be consitent in how we use strings
Thu, 21 Jan 2021 23:59:21 +0000 Roy Marples Use a sqlite3 database to store the blob data if available
Thu, 21 Jan 2021 22:52:55 +0000 Roy Marples Remove __pycache__ files in the clean target
Thu, 21 Jan 2021 20:42:10 +0000 Roy Marples hgimport: Pass on deleteall_handler
Wed, 20 Jan 2021 21:53:47 +0000 Roy Marples Whitespace police
Wed, 20 Jan 2021 20:25:57 +0000 Roy Marples setup.py: Add python_fastimport as a package
Tue, 19 Jan 2021 23:05:11 +0000 Roy Marples Move README.txt to README.rst and tidy up
Tue, 19 Jan 2021 23:00:57 +0000 Roy Marples Use vendor/python_fastimport rather than depending on the library
Tue, 19 Jan 2021 23:00:01 +0000 Roy Marples python-fastimport: Import our own modules using relative pathing
Tue, 19 Jan 2021 22:57:27 +0000 Roy Marples Merge python-fastimport-0.9.8
Tue, 19 Jan 2021 22:56:34 +0000 Roy Marples Import python-fastimport-0.9.8 vendor/python-fastimport
Tue, 19 Jan 2021 22:53:29 +0000 Roy Marples Add a script to import python-fastimport to our liking
Tue, 19 Jan 2021 22:51:49 +0000 Roy Marples Add a vendor area
Mon, 18 Jan 2021 23:42:22 +0000 Roy Marples Ignore everything we build thus far
Mon, 18 Jan 2021 23:37:52 +0000 Roy Marples Add a Makefile with some useful targets such as distinfo
Mon, 18 Jan 2021 23:21:11 +0000 Roy Marples Implement setup.py so that hg-fastimport can be packaged
Mon, 18 Jan 2021 23:07:03 +0000 Roy Marples Add __version__ and set to 0.1.0
Mon, 18 Jan 2021 23:04:05 +0000 Roy Marples Move hgfastimport directory to hgext3rd/fastimport
Mon, 18 Jan 2021 18:04:38 +0000 Roy Marples Support Mercurial 5.6 and Python-3.6
Sun, 12 Aug 2018 07:54:35 -0400 Daniel Johnson Fix compatibility with 4.6+
Fri, 13 Dec 2013 22:38:47 -0500 Dennis Schridde Allow empty source argument
Thu, 17 May 2012 23:55:40 +0200 Ralph Meijer Add patch to fix rename handling by correcting the used attribute names.
Sun, 26 Jul 2015 18:07:59 -0400 Greg Ward Update tests to pass with Mercurial 1.9.
Sun, 26 Jul 2015 18:05:44 -0400 Greg Ward Mercurial 1.6 is no longer supported.
Sun, 26 Jul 2015 14:38:49 -0400 Greg Ward Drop support for Mercurial <= 1.5.
Sun, 26 Jul 2015 12:42:36 -0400 Greg Ward README: improve dependency instructions.
Sun, 26 Jul 2015 14:32:32 -0400 Greg Ward Merge in Jelmer Vernooij's switch to python-fastimport over pyfastimport.
Sun, 26 Jul 2015 14:09:40 -0400 Greg Ward Update tests to reflect correct timezone conversion.
Sun, 26 Jul 2015 14:25:46 -0400 Greg Ward Update tests: changeset IDs changed in 76bd0ea8add3.
Sun, 11 Dec 2011 17:44:03 +0100 Jelmer Vernooij Add myself to contributors list.
Thu, 10 Nov 2011 23:09:10 +0100 Jelmer Vernooij Update to cope with API differences.
Thu, 10 Nov 2011 23:02:14 +0100 Jelmer Vernooij Update README to reference lp:python-fastimport rather than Greg's pyfastimport.
Mon, 01 Aug 2011 22:09:19 -0400 Greg Ward Make --sourcesort work by assigning a sortkey to every commit.
Mon, 01 Aug 2011 21:24:29 -0400 Greg Ward Convert timezones correctly.
Mon, 01 Aug 2011 18:35:31 -0400 Greg Ward Handle commits commands that reference a tag better.
Mon, 01 Aug 2011 18:18:24 -0400 Greg Ward Rename local variable committish to commitref.
Mon, 01 Aug 2011 17:26:50 -0400 Greg Ward Use relative imports.
Wed, 10 Nov 2010 21:31:23 -0500 Greg Ward Adapt to Mercurial 1.6 API change.
Sun, 19 Jul 2009 11:56:59 -0400 Greg Ward test-fastimport-anonbranch: use explicit datesort to avoid breaking test
Tue, 02 Jun 2009 08:59:10 -0400 Greg Ward Adjust to upstream change: converter.convert() now takes sortmode.
Sun, 24 May 2009 10:53:02 -0400 Greg Ward Use new utility function fastimport.processor.parseMany().
Fri, 10 Jul 2009 14:12:30 -0400 Greg Ward README: misc updates
Fri, 10 Jul 2009 14:07:30 -0400 Greg Ward Do sort options just like hgext.convert.
Sun, 17 May 2009 18:18:13 -0400 Greg Ward comment
Sun, 17 May 2009 18:18:01 -0400 Greg Ward Adapt to upstream changes in pyfastimport.
Sat, 16 May 2009 12:57:22 -0400 Greg Ward Massive rework to use infrastructure provided by convert extension.
Sun, 10 May 2009 14:16:02 -0400 Greg Ward Remove commented-out cruft.
Mon, 11 May 2009 17:55:57 -0400 Greg Ward Test that my idealized version of cvs2git's output produces identical output.
Mon, 11 May 2009 17:46:19 -0400 Greg Ward Handle fixup commits and branch creation as produced by cvs2git.
Mon, 11 May 2009 13:59:20 -0400 Greg Ward Don't blow up if first parent == second parent.
Sun, 10 May 2009 12:00:23 -0400 Greg Ward Convert "lightweight" tags, since that's how cvs2git handle CVS tags.
Sun, 10 May 2009 10:27:18 -0400 Greg Ward Abort if a commit has first parent == second parent.
Sun, 10 May 2009 10:23:54 -0400 Greg Ward HgImportProcessor: comments; remove unused instance attrs.
Sat, 09 May 2009 18:52:33 -0400 Greg Ward Handle fixup branches for tag/branch creation better.
Fri, 08 May 2009 11:03:51 -0400 Greg Ward Test that fastimport dumps with non-ASCII characters import OK.
Fri, 08 May 2009 11:03:16 -0400 Greg Ward Handle non-ASCII input correctly (assuming UTF-8 encoding).
Tue, 05 May 2009 21:04:06 -0400 Greg Ward Set PYTHONPATH for all tests (to import fastimport library).
Tue, 05 May 2009 11:42:16 -0400 Greg Ward Update README.txt to reflect new dependency on pyfastimport.
Tue, 05 May 2009 11:28:53 -0400 Greg Ward Remove local fork of bzr-fastimport; use my fastimport library instead.
Tue, 05 May 2009 10:27:27 -0400 Greg Ward Rename the extension's package from 'fastimport' to 'hgfastimport'.
Mon, 04 May 2009 19:38:20 -0400 Greg Ward test-fastimport-syntax passes now (add the .out file).
Mon, 04 May 2009 19:37:56 -0400 Greg Ward parser: do not blow up if we see EOF right after a 'merge' line.
Mon, 04 May 2009 11:30:04 -0400 Greg Ward Rename README to README.txt and rewrite it.
Mon, 04 May 2009 10:58:57 -0400 Greg Ward test-fastimport-git now passes, so make sure it's repeatable.
Mon, 04 May 2009 10:58:13 -0400 Greg Ward Do not add newlines to path in "filemodify" commands.
Mon, 04 May 2009 10:31:23 -0400 Greg Ward Ignore test-related temp files.
Mon, 04 May 2009 10:31:09 -0400 Greg Ward Fix test-fastimport-cvs2git so output does not include temp dir.
Mon, 04 May 2009 10:25:48 -0400 Greg Ward Oops: add forgotten fastimport-common (factored out back in 1fd08644b5ac).
Mon, 04 May 2009 10:01:48 -0400 Greg Ward Add test for dumps generated by cvs2git.
Mon, 04 May 2009 08:27:05 -0400 Greg Ward Add (failing) test for a dump produced by "git fast-export".
Mon, 04 May 2009 08:26:31 -0400 Greg Ward Clarify terminology in test output.
Sun, 03 May 2009 19:38:29 -0400 Greg Ward Add (failing) tests for apparent parser bugs (unhandled syntax).
Sat, 02 May 2009 18:08:56 -0400 Greg Ward Factor out fastimport-common
Sat, 02 May 2009 18:04:52 -0400 Greg Ward Add test with branching and merging.
Sat, 02 May 2009 17:28:07 -0400 Greg Ward Add the first two test scripts.
Fri, 24 Apr 2009 19:46:17 -0700 Paul Aurich Fix _WHO_AND_WHEN_RE to handle Full Names
Fri, 24 Apr 2009 19:46:17 -0700 Paul Aurich Format the commit user as Full Name <user@example.com>
Fri, 24 Apr 2009 08:35:40 -0700 Paul Aurich Fix reset_handler
Thu, 02 Apr 2009 17:16:02 -0400 Greg Ward Preliminary support for reading multiple input files.
Thu, 02 Apr 2009 17:14:03 -0400 Greg Ward Don't blow up or go into an infinite loop on seeing EOF after "data".
Thu, 02 Apr 2009 16:37:14 -0400 Greg Ward Workaround emacs' font-lock mode: escape " in triple-quoted string.
Tue, 31 Mar 2009 21:05:43 -0400 Greg Ward Handle blobs in the fast-import stream.
Tue, 31 Mar 2009 21:05:08 -0400 Greg Ward Fix so "hg -R <repo> fastimport ..." works
Tue, 31 Mar 2009 10:10:04 -0400 Greg Ward Add __repr__() and __str__() to Command classes (for easier debugging).
Wed, 16 Jul 2008 13:04:41 +0100 Paul Crowley and fix the wording again
Wed, 16 Jul 2008 13:02:04 +0100 Paul Crowley whoops, I wrote Mercurial where I meant Bazaar.
Wed, 16 Jul 2008 12:48:02 +0100 Paul Crowley Line wrap README
Tue, 15 Jul 2008 17:39:09 +0100 Paul Crowley Add a README and the GPL
Tue, 15 Jul 2008 11:15:06 +0100 Paul Crowley add .hgignore file
Tue, 04 Mar 2008 11:03:41 +0000 Paul Crowley fixes to file deletes, second parents, mark handling
Tue, 04 Mar 2008 11:02:19 +0000 Paul Crowley fix exception reporting
Fri, 29 Feb 2008 17:58:31 +0000 Paul Crowley Actually imports something - incredible!
Fri, 29 Feb 2008 12:19:18 +0000 Paul Crowley Add the start of the hg fastimport command