changeset 2:cc09fbf53d4d

Add --graph to default for out/in/log and remove the no-longer-needed glog pref.
author Augie Fackler <durin42@gmail.com>
date Wed, 26 Nov 2008 18:46:58 -0600
parents 91dbdbea15e5
children 1921c0b85a82
files .hgrc
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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]