diff options
author | Alan Pearce | 2017-05-10 15:00:53 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-10 15:00:53 +0200 |
commit | 7c3d8b535caa65ac6c861fd281af0147f0307855 (patch) | |
tree | 6b30895d59ffd9a948587b7f36eaae36dea12feb /hg | |
parent | 56b360cb19bb36c4be4b7d3b4013e519f1f0b9c3 (diff) | |
download | dotfiles-7c3d8b535caa65ac6c861fd281af0147f0307855.tar.lz dotfiles-7c3d8b535caa65ac6c861fd281af0147f0307855.tar.zst dotfiles-7c3d8b535caa65ac6c861fd281af0147f0307855.zip |
Recode hgrc to use unix EOL
Diffstat (limited to 'hg')
-rw-r--r-- | hg/.hgrc | 16 |
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 |