view hgrc @ 172:efce15db2915

create a default .hgignore file
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 04:09:41 +0200
parents 95e349996727
children 0eebd05e58ad
line wrap: on
line source

#
# ATTENTION
# This is the universal .hgrc. For host specific changes rather make changes
# to ~/.hgrc.local
#

[extensions]
hgext.graphlog =
pager =
progress =
rebase =
shelve =

[hostsecurity]
minimumprotocol = tls1.2
# anstatt hostsecurity.xanthippe hier zu pflegen, als checkout url xanthippe.duckdns.org nutzen!

[pager]
attend = diff help log

[ui]
color = no
username = Dirk Olmes <dirk.olmes@codedo.de>

%include ~/.hgrc.local