log

age author description
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