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