Staging
v0.8.1
https://github.com/python/cpython
Revision cf0d8ab818852503057b8ade6cccc403fbb5d2be authored by Barry Warsaw on 23 May 2011, 19:22:56 UTC, committed by Barry Warsaw on 23 May 2011, 19:22:56 UTC
message:

Reconcile with the 2.6svn branch.  The 2.6.7 release will be made from
Subversion, but there were differences, so this brings them in sync.  These
changes should *not* propagate to any newer versions.
1 parent e26bc10
Raw File
Tip revision: cf0d8ab818852503057b8ade6cccc403fbb5d2be authored by Barry Warsaw on 23 May 2011, 19:22:56 UTC
Replay changeset 70238:03e488b5c009 from fubar branch. Original commit
Tip revision: cf0d8ab
.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/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

Doc/make.bat = CRLF
Tools/buildbot/*.bat = CRLF
Tools/msi/merge.py = CRLF
PC/VS7.1/*.bat = CRLF
PC/VS8.0/*.bat = CRLF

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

** = native

[repository]
native = LF
back to top