muntyan / moo (http://mooedit.sourceforget.net/)

Main medit repository

Clone this repository (size: 14.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/muntyan/moo/
commit 3922: 0327d6db2dca
parent 3921: 29958f26af01
branch: default
.hgrc
Yevgen Muntyan
7 weeks ago

Changed (Δ541 bytes):

raw changeset »

.hgrc (23 lines added, 0 lines removed)

Up to file-list .hgrc:

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