]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
1 [defaults]
2 pull = --rebase
3 annotate = -n -l -u
4 branches = -a
5 qseries = --summary
6 revert = --no-backup
7
8 [ui]
9 username = PHO <pho@cielonegro.org>
10
11 [web]
12 cacerts = /usr/pkg/etc/openssl/certs/ca-certificates.crt
13
14 [diff]
15 git = True
16
17 [alias]
18 egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
19 fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
20 stash = shelve
21 __st  = status
22 st    = !$HG __st `$HG root` $HG_ARGS
23
24 [extensions]
25 hgext.color=
26 hgext.convert=
27 hgext.fetch=
28 hgext.graphlog=
29 hgext.mq=
30 hgext.pager=
31 hgext.rebase=
32 hgext.record=
33 hgext.transplant=
34
35 [pager]
36 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
37
38 [mq]
39 git = auto
40
41 [hooks]
42 commit        = touch `hg root`/.hg/unpushed
43 post-push     = rm -f `hg root`/.hg/unpushed
44 post-rollback = rm -f `hg root`/.hg/unpushed