annotate tests/test-fastimport-git.out @ 47:7ff36dc9f0b1

Massive rework to use infrastructure provided by convert extension. fastimport no longer stages changes in the repository's working copy; instead, it now works like any other convert source: the imported history is kept in memory (except for file contents) and then processed by the 'convert' extension.
author Greg Ward <greg-hg@gerg.ca>
date Sat, 16 May 2009 12:57:22 -0400
parents 3820c7a49627
children b3faf593a471
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
1 % import simple dump from git
47
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
2 scanning source...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
3 sorting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
4 converting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
5 1 initial revision
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
6 0 modify
29
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
7 Removing blob dir 'HGTMP/test-fastimport-git/simplegit/.hg/blobs' ...
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
8 % hg log
47
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
9 o changeset: 1:0a3befda043d
29
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
10 | tag: tip
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
11 | user: Joe Contributor <joe@example.com>
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
12 | date: Fri Jan 11 01:20:00 2008 +0400
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
13 | files: ooga
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
14 | description:
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
15 | modify
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
16 |
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
17 |
47
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 29
diff changeset
18 o changeset: 0:9a4b81675bd1
29
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
19 user: Example <example@example.org>
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
20 date: Fri Jan 11 01:21:00 2008 +0400
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
21 files: foo.txt ooga
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
22 description:
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
23 initial revision
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
24
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
25
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
26 % manifest at rev 0
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
27 foo.txt
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
28 ooga
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
29 % manifest at rev 1
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
30 foo.txt
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
31 ooga
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
32 % cat foo.txt at rev 0
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
33 hello there
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
34 % cat foo.txt at rev 1
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
35 hello there
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
36 % cat ooga at rev 0
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
37 ooga booga
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
38 % cat ooga at rev 1
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
39 woof woof
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
40 ooga booga
3820c7a49627 test-fastimport-git now passes, so make sure it's repeatable.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
41 blah blah