[Python-checkins] cpython (3.3): backport media types from default

benjamin.peterson python-checkins at python.org
Sat Oct 12 21:55:42 CEST 2013


http://hg.python.org/cpython/rev/3c1e2cba8a75
changeset:   86252:3c1e2cba8a75
branch:      3.3
parent:      86248:1514384b5d28
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Oct 12 15:54:05 2013 -0400
summary:
  backport media types from default

files:
  .hgeol |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/.hgeol b/.hgeol
--- a/.hgeol
+++ b/.hgeol
@@ -10,6 +10,8 @@
 **.vsprops = BIN
 
 **.aif  = BIN
+**.aifc = BIN
+**.aiff = BIN
 **.au   = BIN
 **.bmp  = BIN
 **.db   = BIN
@@ -23,6 +25,7 @@
 **.png  = BIN
 **.psd  = BIN
 **.tar  = BIN
+**.wav  = BIN
 **.xar  = BIN
 **.zip  = BIN
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list