annotate hgrc @ 177:0eebd05e58ad

add an alias for 'pull -u'
author Dirk Olmes <dirk.olmes@codedo.de>
date Fri, 12 Jun 2020 02:48:48 +0200
parents 95e349996727
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
170
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
1 #
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
2 # ATTENTION
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
3 # This is the universal .hgrc. For host specific changes rather make changes
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
4 # to ~/.hgrc.local
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
5 #
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
6
177
0eebd05e58ad add an alias for 'pull -u'
Dirk Olmes <dirk.olmes@codedo.de>
parents: 170
diff changeset
7 [alias]
0eebd05e58ad add an alias for 'pull -u'
Dirk Olmes <dirk.olmes@codedo.de>
parents: 170
diff changeset
8 pu = pull -u
0eebd05e58ad add an alias for 'pull -u'
Dirk Olmes <dirk.olmes@codedo.de>
parents: 170
diff changeset
9
170
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
10 [extensions]
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
11 hgext.graphlog =
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
12 pager =
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
13 progress =
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
14 rebase =
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
15 shelve =
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
16
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
17 [hostsecurity]
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
18 minimumprotocol = tls1.2
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
19 # anstatt hostsecurity.xanthippe hier zu pflegen, als checkout url xanthippe.duckdns.org nutzen!
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
20
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
21 [pager]
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
22 attend = diff help log
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
23
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
24 [ui]
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
25 color = no
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
26 username = Dirk Olmes <dirk.olmes@codedo.de>
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
27
95e349996727 Add a script for setting up the shell environment on a naked home.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff changeset
28 %include ~/.hgrc.local