sapling/tests/test-file-removal.out
Abderrahim Kitouni cca46fab28 Update tests
2009-06-16 18:58:03 +01:00

51 lines
1.6 KiB
Plaintext

Initialized empty Git repository in gitrepo/.git/
rm 'alpha'
rm 'foo/bar'
% final manifest in git is just beta
beta
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