Changeset: eac5288e73f4 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eac5288e73f4 Modified Files: .hgeol Branch: Feb2010 Log Message:
Added .hgeol file. This file is new for Mercurial 1.5.4. In it you can record for files whether they are binary, or need specific end-of-line treatment. Enable the eol extension in your .hgrc file and disable the win32text extension. diffs (30 lines): diff -r 51be3e1ce5d0 -r eac5288e73f4 .hgeol --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgeol Sun Jun 20 13:30:52 2010 +0200 @@ -0,0 +1,26 @@ +# This file is used in Mercurial 1.5.4 and newer. +# If you're running such a version, enable the eol extension in your +# .hgrc file (on Linux and Mac, as well as on Windows), and disable +# the win32text extension. + +[patterns] +# various binary files +**.bmp = BIN +**.bz2 = BIN +**.dll = BIN +**.gif = BIN +**.gz = BIN +**.ico = BIN +**.jpg = BIN +**.pdf = BIN +**.png = BIN +**.zip = BIN + +# Windows specific files +**.chm = BIN +**.rtf = CRLF +**.sln = CRLF +**.vdproj = CRLF + +# all the rest is text +** = native _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
