Staging
v0.8.1
https://github.com/python/cpython
Revision c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3 authored by Petri Lehtinen on 20 August 2012, 18:05:56 UTC, committed by Petri Lehtinen on 20 August 2012, 18:28:58 UTC
1 parent f6bd1b0
Raw File
Tip revision: c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3 authored by Petri Lehtinen on 20 August 2012, 18:05:56 UTC
#15199: Fix JavaScript's default MIME type to application/javascript
Tip revision: c6fdafc
.hgeol
[patterns]

# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN

**.aif  = BIN
**.au   = BIN
**.bmp  = BIN
**.db   = BIN
**.exe  = BIN
**.icns = BIN
**.gif  = BIN
**.ico  = BIN
**.info = BIN
**.jpg  = BIN
**.pck  = BIN
**.png  = BIN
**.psd  = BIN
**.tar  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/email/test/data/msg_26.txt = BIN
Lib/test/cjkencodings/* = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top