comparison .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
comparison
equal deleted inserted replaced
85:4b9b90486260 86:68f53fa09e99
11 hgext.patchbomb= 11 hgext.patchbomb=
12 hgext.purge= 12 hgext.purge=
13 hgext.rebase= 13 hgext.rebase=
14 hgext.record= 14 hgext.record=
15 hgext.transplant= 15 hgext.transplant=
16 hgext.zeroconf= 16 # hgext.zeroconf=
17 hgsubversion= 17 hgsubversion=/Stuff/hgsubversion
18 hggit= 18 hggit=
19 histedit= 19 histedit=
20 20
21 [alias] 21 [alias]
22 ll=log --graph -l 6 22 ll=log --graph -l 6
31 qrefresh = --git 31 qrefresh = --git
32 annotate = -nu 32 annotate = -nu
33 heads = --style default 33 heads = --style default
34 serve = -v 34 serve = -v
35 outgoing = --graph 35 outgoing = --graph
36 incoming = --graph 36 # --graph is breaking incoming, need to investigate
37 # incoming = --graph
37 diff = -p 38 diff = -p
38 39
39 [diff] 40 [diff]
40 git=1 41 git=1
41 42