]> 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 bm    = bookmark
24 bms   = bookmarks
25
26 [extensions]
27 hgext.color=
28 hgext.convert=
29 hgext.fetch=
30 hgext.graphlog=
31 hgext.mq=
32 hgext.pager=
33 hgext.rebase=
34 hgext.record=
35 hgext.transplant=
36
37 [pager]
38 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
39
40 [mq]
41 git = auto
42
43 [hooks]
44 commit        = touch `hg root`/.hg/unpushed
45 post-push     = rm -f `hg root`/.hg/unpushed
46 post-rollback = rm -f `hg root`/.hg/unpushed