view hgrc @ 178:51710c7c26c2

jdk 13 is superseeded by jdk 14, use the generic jdk 11 link
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 21 Jul 2020 09:15:13 +0200
parents 0eebd05e58ad
children
line wrap: on
line source

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

[alias]
pu = pull -u

[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