| commit 3922: | 0327d6db2dca |
| parent 3921: | 29958f26af01 |
| branch: | default |
.hgrc
7 weeks ago
Changed (Δ541 bytes):
raw changeset »
.hgrc (23 lines added, 0 lines removed)
1 |
[paths] |
|
2 |
# default = ssh://hg@bitbucket.org/muntyan/moo |
|
3 |
||
4 |
[hooks] |
|
5 |
# Reject commits which would introduce windows-style text" files |
|
6 |
pretxncommit.crlf = python:hgext.win32text.forbidcrlf |
|
7 |
||
8 |
[extensions] |
|
9 |
hgext.win32text = |
|
10 |
||
11 |
[encode] |
|
12 |
# Encode files that don't contain NUL characters. |
|
13 |
** = cleverencode: |
|
14 |
||
15 |
[decode] |
|
16 |
# Decode files that don't contain NUL characters. |
|
17 |
** = cleverdecode: |
|
18 |
||
19 |
# The following lines cause patch operations to ignore eol types in |
|
20 |
# the input and patch files, and to generate CRLF line endings in the |
|
21 |
# output. |
|
22 |
[patch] |
|
23 |
eol = crlf |
