# HG changeset patch # User Augie Fackler # Date 1227746818 21600 # Node ID cc09fbf53d4d1812efa44a89f1e5f850b9db8676 # Parent 91dbdbea15e5e5bede2f0bee48ab7048f4c0d90b Add --graph to default for out/in/log and remove the no-longer-needed glog pref. diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -21,8 +21,9 @@ qrefresh = --git annotate = -nu heads = --style default serve = -v -log = -l 6 -glog = -l 6 +log = -l 6 --graph +outgoing = --graph +incoming = --graph diff = -p [diff]