comparison .hgrc @ 68:e4aa44f30f2c

Remove bad default from log.
author Augie Fackler <durin42@gmail.com>
date Wed, 01 Apr 2009 17:13:31 -0500
parents ade76bc406d7
children 38d7b422fcf5
comparison
equal deleted inserted replaced
67:9f8bd97da0d4 68:e4aa44f30f2c
16 hgext.zeroconf= 16 hgext.zeroconf=
17 hgsubversion= 17 hgsubversion=
18 hggit= 18 hggit=
19 19
20 [alias] 20 [alias]
21 # to get the original log, because --graph is my default 21 ll=log --graph -l 6
22 llog=log
23 22
24 [ui] 23 [ui]
25 username = Augie Fackler <durin42@gmail.com> 24 username = Augie Fackler <durin42@gmail.com>
26 style = compact 25 style = compact
27 ignore = ~/.hgglobalignore 26 ignore = ~/.hgglobalignore
30 qimport = --git 29 qimport = --git
31 qrefresh = --git 30 qrefresh = --git
32 annotate = -nu 31 annotate = -nu
33 heads = --style default 32 heads = --style default
34 serve = -v 33 serve = -v
35 log = -l 6 --graph
36 outgoing = --graph 34 outgoing = --graph
37 incoming = --graph 35 incoming = --graph
38 diff = -p 36 diff = -p
39 37
40 [diff] 38 [diff]