]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
1 # -*- conf -*-
2
3 [defaults]
4 annotate = -n -l -u
5 diff     = --subrepos
6 branches = -a
7 commit   = --subrepos
8 in       = --subrepos
9 out      = --subrepos
10 pull     = --rebase
11 qseries  = --summary
12 revert   = --no-backup
13 status   = --subrepos
14
15 [ui]
16 username = PHO <pho@cielonegro.org>
17
18 [web]
19 #cacerts = /etc/ssl/certs/ca-certificates.crt
20
21 [diff]
22 git = True
23
24 [alias]
25 egrep = !cd `$HG root`; nohup egrep --color=always -n -e '$1' `$HG manifest` | less -R --quit-if-one-screen
26 fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e '$1' `$HG manifest` | less -R --quit-if-one-screen
27 stash = shelve
28 qpst  = status --rev qparent:.
29 qst   = status --rev '.^1:.'
30 bm    = bookmark
31 bms   = bookmarks
32
33 [extensions]
34 hgext.color=
35 hgext.convert=
36 hgext.fetch=
37 hgext.graphlog=
38 hgext.largefiles=
39 hgext.mq=
40 hgext.pager=
41 hgext.purge=
42 hgext.rebase=
43 hgext.record=
44 hgext.shelve=
45 hgext.transplant=
46
47 [pager]
48 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
49
50 [mq]
51 git = auto
52
53 [hooks]
54 commit        = touch `hg root`/.hg/unpushed
55 post-push     = rm -f `hg root`/.hg/unpushed
56 post-rollback = rm -f `hg root`/.hg/unpushed