mercurial/cext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 16 Nov 2019 12:08:02 -0800
changeset 43693 f0b33e5f0cf4
parent 32211 c48583859e04
permissions -rw-r--r--
tests: check for Windows line endings We shouldn't generally be using Windows line endings in files under version control. I've accidentally committed a few files with Windows line endings recently. So let's add a test for this. Differential Revision: https://phab.mercurial-scm.org/D7448