diff .hgrc @ 86:68f53fa09e99

Moving all clojure stuff to a more self-contained area.
author Augie Fackler <durin42@gmail.com>
date Wed, 15 Apr 2009 22:28:20 -0500
parents 5e1439dd9ee1
children b958738c16f3
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -13,8 +13,8 @@ hgext.purge=
 hgext.rebase=
 hgext.record=
 hgext.transplant=
-hgext.zeroconf=
-hgsubversion=
+# hgext.zeroconf=
+hgsubversion=/Stuff/hgsubversion
 hggit=
 histedit=
 
@@ -33,7 +33,8 @@ annotate = -nu
 heads = --style default
 serve = -v
 outgoing = --graph
-incoming =  --graph
+# --graph is breaking incoming, need to investigate
+# incoming =  --graph
 diff = -p
 
 [diff]