comparison 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
comparison
equal deleted inserted replaced
176:d84faf4d53ac 177:0eebd05e58ad
1 # 1 #
2 # ATTENTION 2 # ATTENTION
3 # This is the universal .hgrc. For host specific changes rather make changes 3 # This is the universal .hgrc. For host specific changes rather make changes
4 # to ~/.hgrc.local 4 # to ~/.hgrc.local
5 # 5 #
6
7 [alias]
8 pu = pull -u
6 9
7 [extensions] 10 [extensions]
8 hgext.graphlog = 11 hgext.graphlog =
9 pager = 12 pager =
10 progress = 13 progress =