]> 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 status = --subrepos
12
13 [ui]
14 username = PHO <pho@cielonegro.org>
15
16 [web]
17 cacerts = /etc/ssl/certs/ca-certificates.crt
18
19 [diff]
20 git = True
21
22 [alias]
23 egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
24 fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
25 stash = shelve
26 # __st  = status
27 # st    = !$HG __st `$HG root` $HG_ARGS
28 st    = status --subrepos
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.rebase=
40 hgext.record=
41 hgext.transplant=
42
43 [pager]
44 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
45
46 [mq]
47 git = auto
48
49 [hooks]
50 commit        = touch `hg root`/.hg/unpushed
51 post-push     = rm -f `hg root`/.hg/unpushed
52 post-rollback = rm -f `hg root`/.hg/unpushed