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