sapling/tests/test-file-removal.out

51 lines
1.6 KiB
Plaintext
Raw Normal View History

2009-04-27 05:32:36 +04:00
Initialized empty Git repository in gitrepo/.git/
rm 'alpha'
2009-04-29 06:33:03 +04:00
rm 'foo/bar'
2009-04-28 17:21:35 +04:00
% final manifest in git is just beta
beta
2009-06-16 21:58:03 +04:00
fetching from : git://localhost/gitrepo
importing Hg objects into Git
2009-04-29 06:33:03 +04:00
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)
2009-04-27 05:32:36 +04:00
importing Git objects into Hg
2009-06-16 21:58:03 +04:00
at: 0/5
updating working directory
2009-04-29 06:33:03 +04:00
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
@ changeset: 4:ea41a3f0ed10
2009-06-16 21:58:03 +04:00
| tag: master
| tag: default/master
2009-04-27 05:32:36 +04:00
| tag: tip
| user: test <test@example.org>
2009-04-29 06:33:03 +04:00
| 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
2009-04-27 05:32:36 +04:00
| summary: remove alpha
|
2009-04-29 06:33:03 +04:00
o changeset: 2:e25450e1354f
| user: test <test@example.org>
| date: Mon Jan 01 00:00:12 2007 +0000
| summary: add foo
|
2009-04-27 05:32:36 +04:00
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
2009-04-29 06:33:03 +04:00
% make sure alpha is not in this manifest
beta
foo/bar
% make sure that only beta is in the manifest
2009-04-27 05:32:36 +04:00
beta