mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-07-01 01:37:31 +02:00
test: add expected output
Generated with: hg:6.3 hggit:1.0.1 dulwich:0.20.50 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
56
test/expected/encoding/git-log
Normal file
56
test/expected/encoding/git-log
Normal file
@@ -0,0 +1,56 @@
|
||||
blob
|
||||
mark :1
|
||||
data 6
|
||||
alpha
|
||||
|
||||
reset refs/heads/master
|
||||
commit refs/heads/master
|
||||
mark :2
|
||||
author A U Thor <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 12
|
||||
add älphà
|
||||
M 100644 :1 alpha
|
||||
|
||||
blob
|
||||
mark :3
|
||||
data 5
|
||||
beta
|
||||
|
||||
commit refs/heads/master
|
||||
mark :4
|
||||
author tést èncödîng <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 9
|
||||
add beta
|
||||
from :2
|
||||
M 100644 :3 beta
|
||||
|
||||
blob
|
||||
mark :5
|
||||
data 6
|
||||
gamma
|
||||
|
||||
commit refs/heads/master
|
||||
mark :6
|
||||
author tést èncödîng <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 12
|
||||
add gämmâ
|
||||
from :4
|
||||
M 100644 :5 gamma
|
||||
|
||||
blob
|
||||
mark :7
|
||||
data 6
|
||||
delta
|
||||
|
||||
commit refs/heads/master
|
||||
mark :8
|
||||
author tést èncödîng <author@example.com> 1167600600 +0230
|
||||
committer C O Mitter <committer@example.com> 1167600600 +0230
|
||||
data 12
|
||||
add déltà
|
||||
from :6
|
||||
M 100644 :7 delta
|
||||
|
||||
58
test/expected/encoding/hg-log
Normal file
58
test/expected/encoding/hg-log
Normal file
@@ -0,0 +1,58 @@
|
||||
changeset: 6674f1c866b5c428db4acde16404c14077889646
|
||||
bookmark: master
|
||||
tag: tip
|
||||
phase: draft
|
||||
parent: 7e9fd3fd2f75d7de4bf3d77c47f192a51927ac28
|
||||
parent: -0000000000000000000000000000000000000000
|
||||
manifest: ea49f93388380ead5601c8fcbfa187516e7c2ed8
|
||||
user: tést èncödîng <author@example.com>
|
||||
date: Mon Jan 01 00:00:00 2007 +0230
|
||||
files+: delta
|
||||
extra: branch=default
|
||||
extra: committer=C O Mitter <committer@example.com> 1167600600 -9000
|
||||
description:
|
||||
add déltà
|
||||
|
||||
|
||||
changeset: 7e9fd3fd2f75d7de4bf3d77c47f192a51927ac28
|
||||
phase: draft
|
||||
parent: 99c5adad03b9a9935e181f4be91ff7693a790110
|
||||
parent: -0000000000000000000000000000000000000000
|
||||
manifest: f580e7da3673c137370da2b931a1dee83590d7b4
|
||||
user: tést èncödîng <author@example.com>
|
||||
date: Mon Jan 01 00:00:00 2007 +0230
|
||||
files+: gamma
|
||||
extra: branch=default
|
||||
extra: committer=C O Mitter <committer@example.com> 1167600600 -9000
|
||||
description:
|
||||
add gämmâ
|
||||
|
||||
|
||||
changeset: 99c5adad03b9a9935e181f4be91ff7693a790110
|
||||
phase: draft
|
||||
parent: 1e3e49d2cc8feaad4942d100108f20f207742d3a
|
||||
parent: -0000000000000000000000000000000000000000
|
||||
manifest: f0bd6fbafbaebe4bb59c35108428f6fce152431d
|
||||
user: tést èncödîng <author@example.com>
|
||||
date: Mon Jan 01 00:00:00 2007 +0230
|
||||
files+: beta
|
||||
extra: branch=default
|
||||
extra: committer=C O Mitter <committer@example.com> 1167600600 -9000
|
||||
description:
|
||||
add beta
|
||||
|
||||
|
||||
changeset: 1e3e49d2cc8feaad4942d100108f20f207742d3a
|
||||
phase: draft
|
||||
parent: -0000000000000000000000000000000000000000
|
||||
parent: -0000000000000000000000000000000000000000
|
||||
manifest: 8b8a0e87dfd7a0706c0524afa8ba67e20544cbf0
|
||||
user: A U Thor <author@example.com>
|
||||
date: Mon Jan 01 00:00:00 2007 +0230
|
||||
files+: alpha
|
||||
extra: branch=default
|
||||
extra: committer=C O Mitter <committer@example.com> 1167600600 -9000
|
||||
description:
|
||||
add älphà
|
||||
|
||||
|
||||
Reference in New Issue
Block a user