|
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | +# This file is used by the 'eol' extension. The eol extension helps prevent |
| 5 | +# users from checking in changes where they inadvertently change the line |
| 6 | +# endings of a file (and thereby trash the diff and hg blame/annotate). It |
| 7 | +# also lets users work with files using their OS's native line endings. |
| 8 | +# |
| 9 | +# IMPORTANT: each user of this repository must enable the eol extension before |
| 10 | +# they make and commit any changes (unless they /really/ know what they're |
| 11 | +# doing)! Failure to enable the extension may mean that your changes will |
| 12 | +# contain the wrong line endings, in which case the central repository will |
| 13 | +# block your pushes until you manually fix the line endings in your changesets. |
| 14 | +# Read the section on enabling the extension here (and pay attention to its |
| 15 | +# "IMPORTANT" subsection): |
| 16 | +# |
| 17 | +# http://mercurial.selenic.com/wiki/EolExtension |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +# !!!! WARNING! WARNING! WATCH OUT! !!!! |
| 25 | +# |
| 26 | +# DO NOT CHANGE THIS FILE UNTIL YOU HAVE READ AND UNDERSTOOD THE "IMPORTANT" |
| 27 | +# SUBSECTIONS IN THE SECTION ABOUT CHANGING A ".hgeol" FILE ON THE PAGE: |
| 28 | +# |
| 29 | +# http://mercurial.selenic.com/wiki/EolExtension |
| 30 | +# |
| 31 | +# Changing this file can cause "unexpected" changes to appear for files that |
| 32 | +# you DID NOT TOUCH. That's probably okay, but pushing your changes to /this/ |
| 33 | +# file without first resolving any such "unexpected" changes is definitely NOT. |
| 34 | +# Doing so will cause those "unexpected" changes to appear in other users' |
| 35 | +# working directories as UNCOMMITTED(!!) changes, which will really confuse and |
| 36 | +# annoy them! Read the appropriate IMPORTANT sections on the page linked above |
| 37 | +# and this will all make sense! |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +[repository] |
| 45 | + |
| 46 | +# Repository's native EOL type: |
| 47 | + |
| 48 | +native = LF |
| 49 | + |
| 50 | +[eol] |
| 51 | + |
| 52 | +# TODO: this doesn't seem to have any affect here, so users probably need to |
| 53 | +# add this to their own Mercurial config. |
| 54 | +# |
| 55 | +# Tell the eol extension to do its thing on files matching patterns of type |
| 56 | +# 'native' even if they contain inconsistent line endings. (Any files that |
| 57 | +# intentionally contain a mixture of line ending characters should be marked |
| 58 | +# as 'BIN' (not 'native') to tell the eol extension to leave them alone.) |
| 59 | + |
| 60 | +only-consistent = False |
| 61 | + |
| 62 | +[patterns] |
| 63 | + |
| 64 | +# For documentation on pattern formats see 'hg help patterns' or |
| 65 | +# http://www.selenic.com/mercurial/hg.1.html#file-name-patterns |
| 66 | + |
| 67 | +# For documentation on the meaning of 'native', 'LF', 'CRLF' and 'BIN' see |
| 68 | +# http://mercurial.selenic.com/wiki/EolExtension |
| 69 | + |
| 70 | +# Text files: |
| 71 | + |
| 72 | +**.bak = native |
| 73 | +**.bat = native |
| 74 | +.blacklist-rev = native |
| 75 | +.blacklist-user = native |
| 76 | +**.conf = native |
| 77 | +**.css = native |
| 78 | +**.cvsignore = native |
| 79 | +**.dat = native |
| 80 | +**.dtd = native |
| 81 | +**.es = native |
| 82 | +.hgeol = native |
| 83 | +**.htaccess = native |
| 84 | +**.htm = native |
| 85 | +**.html = native |
| 86 | +**.idd = native |
| 87 | +**.idl = native |
| 88 | +**.idlx = native |
| 89 | +**.inc = native |
| 90 | +**.inc = native |
| 91 | +**.java = native |
| 92 | +**.js = native |
| 93 | +**.mk = native |
| 94 | +**.mk = native |
| 95 | +**.mml = native |
| 96 | +**.mod = native |
| 97 | +**.nvdl = native |
| 98 | +**.pl = native |
| 99 | +**.pm = native |
| 100 | +**.py = native |
| 101 | +**.readme = native |
| 102 | +**.rng = native |
| 103 | +**.sh = native |
| 104 | +**.smil = native |
| 105 | +**.svg = native |
| 106 | +**.txt = native |
| 107 | +**.xht = native |
| 108 | +**.xhtml = native |
| 109 | +**.xml = native |
| 110 | +**.xsl = native |
| 111 | +**.xslt = native |
| 112 | +**/rng/** = native |
| 113 | +**ChangeLog = native |
| 114 | +**LICENSE = native |
| 115 | +**Makefile = LF |
| 116 | +**NOTICE = native |
| 117 | +**README = native |
| 118 | +hgrc = native |
| 119 | +**manifest = native |
| 120 | + |
| 121 | +# Binary files: |
| 122 | + |
| 123 | +**.3gp = BIN |
| 124 | +**.avi = BIN |
| 125 | +**.class = BIN |
| 126 | +**.exe = BIN |
| 127 | +**.gif = BIN |
| 128 | +**.gz = BIN |
| 129 | +**.icc = BIN |
| 130 | +**.icm = BIN |
| 131 | +**.jar = BIN |
| 132 | +**.jpg = BIN |
| 133 | +**.mov = BIN |
| 134 | +**.ogg = BIN |
| 135 | +**.pdf = BIN |
| 136 | +**.png = BIN |
| 137 | +**.ppm = BIN |
| 138 | +**.svgz = BIN |
| 139 | +**.ttf = BIN |
| 140 | +**.wav = BIN |
| 141 | +**.woff = BIN |
| 142 | +**.xls = BIN |
| 143 | +**.zip = BIN |
0 commit comments