# HG changeset patch # User Augie Fackler # Date 1413404583 14400 # Node ID b55a7fe4dfab8bc7a507202758289e57b73b5427 # Parent fc89d315942f3d6d67c60ad0d71f6c435fe56a5a 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. diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -35,18 +35,12 @@ usehttp2=true mergemarkers = detailed [defaults] -qimport = --git -qrefresh = --git annotate = -nu -heads = --style default serve = -v -outgoing = --graph -# --graph is breaking incoming, need to investigate -# incoming = --graph -diff = -p [diff] git=1 +showfunc = 1 [bookmarks] track.current = 1