Staging
v0.5.1
https://github.com/python/cpython
Revision 12426998cee12903078395cca849564179126be9 authored by Gregory P. Smith on 12 February 2012, 23:51:21 UTC, committed by Gregory P. Smith on 12 February 2012, 23:51:21 UTC
directory tree instead of overwriting the input files.  Adds three command
line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix.

Feature backports into stable release branches for 2to3 are allowed by
a special exemption:
 http://mail.python.org/pipermail/python-dev/2011-December/115089.html
1 parent 3c990e0
Raw File
Tip revision: 12426998cee12903078395cca849564179126be9 authored by Gregory P. Smith on 12 February 2012, 23:51:21 UTC
Issue #13930: Adds ability for 2to3 to write its output to a different
Tip revision: 1242699
.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/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN

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

** = native

[repository]
native = LF
back to top