##// END OF EJS Templates
tests: add a i18n translation test for log output...
Sean Farley -
r23771:9f81f9e5 default
parent child Browse files
Show More
@@ -1031,7 +1031,25 b' log -b 2'
1031 date: Thu Jan 01 00:00:00 1970 +0000
1031 date: Thu Jan 01 00:00:00 1970 +0000
1032 summary: commit on default
1032 summary: commit on default
1033
1033
1034 #if gettext
1034
1035
1036 Test that all log names are translated (e.g. branches, bookmarks, tags):
1037
1038 $ hg bookmark babar -r tip
1039
1040 $ HGENCODING=UTF-8 LANGUAGE=de hg log -r tip
1041 \xc3\x84nderung: 3:f5d8de11c2e2 (esc)
1042 Zweig: test
1043 Lesezeichen: babar
1044 Marke: tip
1045 Vorg\xc3\xa4nger: 1:d32277701ccb (esc)
1046 Nutzer: test
1047 Datum: Thu Jan 01 00:00:00 1970 +0000
1048 Zusammenfassung: commit on test
1049
1050 $ hg bookmark -d babar
1051
1052 #endif
1035
1053
1036 log -p --cwd dir (in subdir)
1054 log -p --cwd dir (in subdir)
1037
1055
General Comments 0
You need to be logged in to leave comments. Login now