From 880ffa4903f49d1fe2ddf56c28d8196b5bddb7c0 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Mon, 1 Dec 2014 09:51:04 -0600 Subject: [PATCH] .hgrc: Use eol extension --- .hgrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.hgrc b/.hgrc index 55cfb07..d0f6745 100644 --- a/.hgrc +++ b/.hgrc @@ -7,6 +7,7 @@ graphlog = pager = rebase = purge = +eol = remotebranches = $HOME/.mercurial/extensions/hg-remotebranches/hg_remotebranches.py prompt = $HOME/.mercurial/extensions/hg-prompt/prompt.py @@ -20,6 +21,9 @@ pager = LESS='-FiRX' less ignore = version, update attend = annotate, cat, diff, export, glog, graph, help, incoming, ll, log, outgoing, show, status +[eol] +native = CRLF + [color] status.modified = green bold status.added = yellow bold -- 2.45.2