Skip to content
Snippets Groups Projects
Commit 5a75bcc9 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

test-encoding: remove support for Git 1.7.x

Git 1.8.0 was released in late 2012. Given that we only support versions of
Mercurial released in 2014, it doesn't make sense to support versions of Git
this old.
parent 427f2676
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,4 @@
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd hgrepo
Latin1 commit messages started being automatically converted to UTF-8 in
Git 1.8.0, so we accept the output of either version.
$ HGENCODING=utf-8 hg log --graph --debug | grep -v ': *master' | grep -v 'phase:' | grep -v ': *author=' | grep -v ': *message='
......@@ -36,4 +34,4 @@
$ HGENCODING=utf-8 hg log --graph --debug | grep -v ': *master' | grep -v 'phase:' | grep -v ': *author=' | grep -v ': *message='
@ changeset: 3:(8549ee7fe0801b2dafc06047ca6f66d36da709f5|c3d3e39fc04f7e2e8cdb95f090415ec1ddc1be70) (re)
@ changeset: 3:c3d3e39fc04f7e2e8cdb95f090415ec1ddc1be70
| tag: default/master
| tag: tip
......@@ -38,6 +36,6 @@
| tag: default/master
| tag: tip
| parent: 2:(0422fbb4ec39fb69e87b94a3874ac890333de11a|f8aa41895a3a771a72520ca205a4685b76649fdd) (re)
| parent: 2:f8aa41895a3a771a72520ca205a4685b76649fdd
| parent: -1:0000000000000000000000000000000000000000
| manifest: 3:ea49f93388380ead5601c8fcbfa187516e7c2ed8
| user: tést èncödîng <test@example.org>
......@@ -50,8 +48,8 @@
| add déltà
|
|
o changeset: 2:(0422fbb4ec39fb69e87b94a3874ac890333de11a|f8aa41895a3a771a72520ca205a4685b76649fdd) (re)
| parent: 1:(9f6268bfc9eb3956c5ab8752d7b983b0ffe57115|955b24cf6f8f293741d3f39110c6fe554c292533) (re)
o changeset: 2:f8aa41895a3a771a72520ca205a4685b76649fdd
| parent: 1:955b24cf6f8f293741d3f39110c6fe554c292533
| parent: -1:0000000000000000000000000000000000000000
| manifest: 2:f580e7da3673c137370da2b931a1dee83590d7b4
| user: tést èncödîng <test@example.org>
......@@ -63,7 +61,7 @@
| add gämmâ
|
|
o changeset: 1:(9f6268bfc9eb3956c5ab8752d7b983b0ffe57115|955b24cf6f8f293741d3f39110c6fe554c292533) (re)
o changeset: 1:955b24cf6f8f293741d3f39110c6fe554c292533
| parent: 0:bb7d36568d6188ce0de2392246c43f6f213df954
| parent: -1:0000000000000000000000000000000000000000
| manifest: 1:f0bd6fbafbaebe4bb59c35108428f6fce152431d
......@@ -98,6 +96,4 @@
added 4 commits with 4 trees and 4 blobs
$ cd ..
Latin1 commit messages started being automatically converted to UTF-8 in
Git 1.8.0, so we accept the output of either version.
$ git --git-dir=gitrepo2 log --pretty=medium
......@@ -103,7 +99,7 @@
$ git --git-dir=gitrepo2 log --pretty=medium
commit (e85fef6b515d555e45124a5dc39a019cf8db9ff0|2032391dc85cf3bb253678589abfc2dd1774b177) (re)
commit e85fef6b515d555e45124a5dc39a019cf8db9ff0
Author: t\xe9st \xe8nc\xf6d\xeeng <test@example.org> (esc)
Date: Mon Jan 1 00:00:13 2007 +0000
add d\xe9lt\xe0 (esc)
......@@ -105,11 +101,11 @@
Author: t\xe9st \xe8nc\xf6d\xeeng <test@example.org> (esc)
Date: Mon Jan 1 00:00:13 2007 +0000
add d\xe9lt\xe0 (esc)
commit (2372b6c8f1b91f2db8ae5eb0f9e0427c318b449c|bd576458238cbda49ffcfbafef5242e103f1bc24) (re)
commit bd576458238cbda49ffcfbafef5242e103f1bc24
Author: * <test@example.org> (glob)
Date: Mon Jan 1 00:00:12 2007 +0000
add g*mm* (glob)
......@@ -111,9 +107,9 @@
Author: * <test@example.org> (glob)
Date: Mon Jan 1 00:00:12 2007 +0000
add g*mm* (glob)
commit (9ef7f6dcffe643b89ba63f3323621b9a923e4802|7a7e86fc1b24db03109c9fe5da28b352de59ce90) (re)
commit 7a7e86fc1b24db03109c9fe5da28b352de59ce90
Author: * <test@example.org> (glob)
Date: Mon Jan 1 00:00:11 2007 +0000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment