This commit is contained in:
Antoine Pitrou 2015-04-13 19:49:04 +02:00
commit 0f164c606a
30 changed files with 1384 additions and 1378 deletions

6
.hgeol
View File

@ -40,6 +40,12 @@ Lib/venv/scripts/nt/* = BIN
Lib/test/coding20731.py = BIN
# Windows batch files work best with CRLF, there can be subtle problems with LF
**.bat = CRLF
# The Windows readme is likely to be read in Notepad, so make it readable
PCbuild/readme.txt = CRLF
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!