From b24beaf5cfdc66b24406338f6834354b279b75a3 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Mon, 27 Dec 2010 01:22:54 -0800 Subject: [PATCH] Fixed line endings mixup --- hgrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hgrc b/hgrc index 54118fce..929aea20 100644 --- a/hgrc +++ b/hgrc @@ -5,14 +5,3 @@ default = ssh://hg@bitbucket.org/medit/medit # Reject commits which would introduce windows-style text" files pretxncommit.crlf = python:hgext.win32text.forbidcrlf pretxncommit.glade = tools/checkglade - -[extensions] -hgext.win32text = - -[encode] -# Encode files that don't contain NUL characters. -** = cleverencode: - -[decode] -# Decode files that don't contain NUL characters. -** = cleverdecode: