##// END OF EJS Templates
Removed unused parameters/options of update command.
Removed unused parameters/options of update command.

File last commit:

r3783:4421cef5 default
r3802:a0d0d24c default
Show More
test-encoding.out
94 lines | 2.4 KiB | text/plain | TextLexer
/ tests / test-encoding.out
Matt Mackall
Add output for encoding test
r3778 adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% should fail with encoding error
M a
Matt Mackall
Make quoting in test-encoding simpler
r3783 ? latin-1
? latin-1-tag
? utf-8
abort: decoding near ' encoded: �': 'ascii' codec can't decode byte 0xe9 in position 20: ordinal not in range(128)!
Matt Mackall
Add output for encoding test
r3778
transaction abort!
rollback completed
% these should work
Matt Mackall
Make quoting in test-encoding simpler
r3783 % ascii
changeset: 3:5edfc7acb541
Matt Mackall
Add output for encoding test
r3778 tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
Make quoting in test-encoding simpler
r3783 summary: Added tag ? for changeset 91878608adb3
Matt Mackall
Add output for encoding test
r3778
Matt Mackall
Make quoting in test-encoding simpler
r3783 changeset: 2:91878608adb3
Matt Mackall
Add output for encoding test
r3778 tag: ?
user: test
date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
Make quoting in test-encoding simpler
r3783 summary: utf-8 e' encoded: ?
Matt Mackall
Add output for encoding test
r3778
changeset: 1:6355cacf842e
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: latin-1 e' encoded: ?
changeset: 0:60aad1dd20a9
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: latin-1 e': ?
Matt Mackall
Make quoting in test-encoding simpler
r3783 % latin-1
changeset: 3:5edfc7acb541
Matt Mackall
Add output for encoding test
r3778 tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
Make quoting in test-encoding simpler
r3783 summary: Added tag � for changeset 91878608adb3
Matt Mackall
Add output for encoding test
r3778
Matt Mackall
Make quoting in test-encoding simpler
r3783 changeset: 2:91878608adb3
Matt Mackall
Add output for encoding test
r3778 tag: �
user: test
date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
Make quoting in test-encoding simpler
r3783 summary: utf-8 e' encoded: �
Matt Mackall
Add output for encoding test
r3778
changeset: 1:6355cacf842e
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: latin-1 e' encoded: �
changeset: 0:60aad1dd20a9
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: latin-1 e': �
Matt Mackall
Make quoting in test-encoding simpler
r3783 % utf-8
changeset: 3:5edfc7acb541
Matt Mackall
Add output for encoding test
r3778 tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
Make quoting in test-encoding simpler
r3783 summary: Added tag é for changeset 91878608adb3
Matt Mackall
Add output for encoding test
r3778
Matt Mackall
Make quoting in test-encoding simpler
r3783 changeset: 2:91878608adb3
Matt Mackall
Add output for encoding test
r3778 tag: é
user: test
date: Thu Jan 01 00:00:00 1970 +0000
Matt Mackall
Make quoting in test-encoding simpler
r3783 summary: utf-8 e' encoded: é
Matt Mackall
Add output for encoding test
r3778
changeset: 1:6355cacf842e
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: latin-1 e' encoded: é
changeset: 0:60aad1dd20a9
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: latin-1 e': é
Matt Mackall
Make quoting in test-encoding simpler
r3783 % ascii
tip 3:5edfc7acb541
? 2:91878608adb3
% latin-1
tip 3:5edfc7acb541
� 2:91878608adb3
% utf-8
tip 3:5edfc7acb541
é 2:91878608adb3