comparison .hgrc @ 350:b55a7fe4dfab

hgrc: drop obsolete stuff from [alias], enable showfunc in [diff] The alias entry for diff (-p) is the same as [diff] showfunc = 1, but the latter will also do things like improve emails.
author Augie Fackler <raf@durin42.com>
date Wed, 15 Oct 2014 16:23:03 -0400
parents cd4af92d4751
children 412a0d3c7d87
comparison
equal deleted inserted replaced
349:fc89d315942f 350:b55a7fe4dfab
33 ignore = ~/.hgglobalignore 33 ignore = ~/.hgglobalignore
34 usehttp2=true 34 usehttp2=true
35 mergemarkers = detailed 35 mergemarkers = detailed
36 36
37 [defaults] 37 [defaults]
38 qimport = --git
39 qrefresh = --git
40 annotate = -nu 38 annotate = -nu
41 heads = --style default
42 serve = -v 39 serve = -v
43 outgoing = --graph
44 # --graph is breaking incoming, need to investigate
45 # incoming = --graph
46 diff = -p
47 40
48 [diff] 41 [diff]
49 git=1 42 git=1
43 showfunc = 1
50 44
51 [bookmarks] 45 [bookmarks]
52 track.current = 1 46 track.current = 1
53 47
54 [web] 48 [web]