sapling/tests/test-file-removal.out
2009-06-28 22:48:16 +01:00

90 lines
2.5 KiB
Plaintext

Initialized empty Git repository in gitrepo/.git/
rm 'alpha'
rm 'foo/bar'
% final manifest in git is just beta
beta
Initialized empty Git repository in gitrepo2/.git/
fetching from : git://localhost/gitrepo
importing Hg objects into Git
Counting objects: 14, done.
Compressing objects: 12% (1/8)
Compressing objects: 25% (2/8)
Compressing objects: 37% (3/8)
Compressing objects: 50% (4/8)
Compressing objects: 62% (5/8)
Compressing objects: 75% (6/8)
Compressing objects: 87% (7/8)
Compressing objects: 100% (8/8)
Compressing objects: 100% (8/8), done.
Total 14 (delta 1), reused 0 (delta 0)
importing Git objects into Hg
at: 0/5
updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@ changeset: 4:ea41a3f0ed10
| tag: master
| tag: default/master
| tag: tip
| user: test <test@example.org>
| date: Mon Jan 01 00:00:14 2007 +0000
| summary: remove foo/bar
|
o changeset: 3:c84537f94bcc
| user: test <test@example.org>
| date: Mon Jan 01 00:00:13 2007 +0000
| summary: remove alpha
|
o changeset: 2:e25450e1354f
| user: test <test@example.org>
| date: Mon Jan 01 00:00:12 2007 +0000
| summary: add foo
|
o changeset: 1:7bcd915dc873
| user: test <test@example.org>
| date: Mon Jan 01 00:00:11 2007 +0000
| summary: add beta
|
o changeset: 0:3442585be8a6
user: test <test@example.org>
date: Mon Jan 01 00:00:10 2007 +0000
summary: add alpha
% make sure alpha is not in this manifest
beta
foo/bar
% make sure that only beta is in the manifest
beta
clearing out the git cache data
pushing to git://localhost/gitrepo2
fetching from : git://localhost/gitrepo2
importing Hg objects into Git
at: 0/5
nothing new on the server
pushing to : git://localhost/gitrepo2
creating and sending data
commit b991de8952c482a7cd51162674ffff8474862218
Author: test <test@example.org>
Date: Mon Jan 1 00:00:14 2007 +0000
remove foo/bar
commit b0edaf0adac19392cf2867498b983bc5192b41dd
Author: test <test@example.org>
Date: Mon Jan 1 00:00:13 2007 +0000
remove alpha
commit f2d0d5bfa905e12dee728b509b96cf265bb6ee43
Author: test <test@example.org>
Date: Mon Jan 1 00:00:12 2007 +0000
add foo
commit 9497a4ee62e16ee641860d7677cdb2589ea15554
Author: test <test@example.org>
Date: Mon Jan 1 00:00:11 2007 +0000
add beta
commit 7eeab2ea75ec1ac0ff3d500b5b6f8a3447dd7c03
Author: test <test@example.org>
Date: Mon Jan 1 00:00:10 2007 +0000
add alpha