sapling/tests/test-hg-branch.out
Tay Ray Chuan 336ec5a893 update_remote_branches: refactor head usage
Splice the ref name only once, and don't loop through refs/heads
multiple times.

This changes the order in which hg tags are created; update test output
to reflect this.
2010-03-29 13:19:00 +08:00

69 lines
2.2 KiB
Plaintext

Initialized empty Git repository in gitrepo/.git/
Switched to a new branch 'not-master'
importing Hg objects into Git
Counting objects: 3, done.
Total 3 (delta 0), reused 0 (delta 0)
importing Git objects into Hg
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
pushing to git://localhost/gitrepo
importing Hg objects into Git
creating and sending data
default::refs/heads/not-master => GIT:7eeab2ea
default::refs/heads/master => GIT:05c2bcbe
marked working directory as branch gamma
pushing to git://localhost/gitrepo
importing Hg objects into Git
creating and sending data
default::refs/heads/not-master => GIT:7eeab2ea
default::refs/heads/master => GIT:296802ef
@ changeset: 2:d93a72262a83
| branch: gamma
| tag: master
| tag: tip
| tag: default/master
| user: test
| date: Mon Jan 01 00:00:12 2007 +0000
| summary: started branch gamma
|
o changeset: 1:a31e374801c9
| user: test
| date: Mon Jan 01 00:00:11 2007 +0000
| summary: rename alpha to beta
|
o changeset: 0:3442585be8a6
tag: not-master
tag: default/not-master
user: test <test@example.org>
date: Mon Jan 01 00:00:10 2007 +0000
summary: add alpha
importing Hg objects into Git
Counting objects: 6, done.
Compressing objects: 33% (1/3)
Compressing objects: 66% (2/3)
Compressing objects: 100% (3/3)
Compressing objects: 100% (3/3), done.
Total 6 (delta 0), reused 0 (delta 0)
importing Git objects into Hg
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
o changeset: 2:d93a72262a83
| branch: gamma
| tag: master
| tag: tip
| tag: default/master
| user: test
| date: Mon Jan 01 00:00:12 2007 +0000
| summary: started branch gamma
|
@ changeset: 1:a31e374801c9
| user: test
| date: Mon Jan 01 00:00:11 2007 +0000
| summary: rename alpha to beta
|
o changeset: 0:3442585be8a6
tag: not-master
tag: default/not-master
user: test <test@example.org>
date: Mon Jan 01 00:00:10 2007 +0000
summary: add alpha