summary refs log tree commit diff stats
path: root/hg
diff options
context:
space:
mode:
authorAlan Pearce2017-05-10 15:00:53 +0200
committerAlan Pearce2017-05-10 15:00:53 +0200
commit7c3d8b535caa65ac6c861fd281af0147f0307855 (patch)
tree6b30895d59ffd9a948587b7f36eaae36dea12feb /hg
parent56b360cb19bb36c4be4b7d3b4013e519f1f0b9c3 (diff)
downloaddotfiles-7c3d8b535caa65ac6c861fd281af0147f0307855.tar.lz
dotfiles-7c3d8b535caa65ac6c861fd281af0147f0307855.tar.zst
dotfiles-7c3d8b535caa65ac6c861fd281af0147f0307855.zip
Recode hgrc to use unix EOL
Diffstat (limited to 'hg')
-rw-r--r--hg/.hgrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/hg/.hgrc b/hg/.hgrc
index 9cd0315..9768743 100644
--- a/hg/.hgrc
+++ b/hg/.hgrc
@@ -1,9 +1,9 @@
-[ui]

-username = Alan Pearce <alan@alanpearce.eu>

-

-[extensions]

-purge =

-progress =

-color =

-eol =

+[ui]
+username = Alan Pearce <alan@alanpearce.eu>
+
+[extensions]
+purge =
+progress =
+color =
+eol =
 record =
\ No newline at end of file