sapling/eden/scm/tests/test-unicode-inputs.t

26 lines
499 B
Perl
Raw Normal View History

#debugruntest-compatible
# coding=utf-8
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
$ setmodernconfig
$ hg init repo
$ cd repo
$ echo xxx > file
$ echo yyy > Æ
$ hg add file
$ hg add Æ
$ hg commit -m 'Æ'
$ hg log -v
commit: * (glob)
user: test
date: Thu Jan 01 00:00:00 1970 +0000
files: file Æ
description:
Æ