Mercurial > dotfiles
comparison .hgrc @ 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 | a6581f7a5b1a |
comparison
equal
deleted
inserted
replaced
1:91dbdbea15e5 | 2:cc09fbf53d4d |
---|---|
19 qimport = --git | 19 qimport = --git |
20 qrefresh = --git | 20 qrefresh = --git |
21 annotate = -nu | 21 annotate = -nu |
22 heads = --style default | 22 heads = --style default |
23 serve = -v | 23 serve = -v |
24 log = -l 6 | 24 log = -l 6 --graph |
25 glog = -l 6 | 25 outgoing = --graph |
26 incoming = --graph | |
26 diff = -p | 27 diff = -p |
27 | 28 |
28 [diff] | 29 [diff] |
29 git=1 | 30 git=1 |
30 | 31 |