]> 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 qst   = status --rev qparent:.
29 bm    = bookmark
30 bms   = bookmarks
31
32 [extensions]
33 hgext.color=
34 hgext.convert=
35 hgext.fetch=
36 hgext.graphlog=
37 hgext.mq=
38 hgext.pager=
39 hgext.purge=
40 hgext.rebase=
41 hgext.record=
42 hgext.transplant=
43
44 [pager]
45 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
46
47 [mq]
48 git = auto
49
50 [hooks]
51 commit        = touch `hg root`/.hg/unpushed
52 post-push     = rm -f `hg root`/.hg/unpushed
53 post-rollback = rm -f `hg root`/.hg/unpushed