changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / .hgrc

changeset 46: 5d653dd07bd6
parent: 2cd49f7c09bb
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 00:11:21 +0000
permissions: -rw-r--r--
description: merge
1 #[pager]
2 # requires nushell
3 #pager = lines | grid
4 [paths]
5 core = https://vc.compiler.company/comp/core
6 infra = https://vc.compiler.company/comp/infra
7 demo = https://vc.compiler.company/comp/demo
8 
9 [ui]
10 username = Richard Westhaver <ellis@rwest.io>
11 ssh = ssh -i ~/.ssh/ellis_ed25519
12 
13 [alias]
14 erc = !$EDITOR `$HG root`/.hg/hgrc
15 
16 # [hooks]
17 # outgoing.notify = python:hgext.notify.hook
18 
19 [email]
20 from = demon <demon@compiler.company>
21 
22 [extensions]
23 gpg =
24 mq =
25 #fsmonitor =
26 convert =
27 histedit =
28 #rebase =
29 #uncommit =
30 clonebundles =
31 highlight =
32 notify =
33 git =
34 hgext.bookmarks=
35 #hggit = ~/.hgext/hggit
36 #strip =
37 #commitsigs = hgext/commitsigs/commitsigs.py
38 #logtoprocess =
39 
40 [subrepos]
41 allowed = true
42 hg:allowed = true
43 git:allowed = true
44 svn:allowed = true
45 
46 [fsmonitor]
47 mode = on
48 warn_when_unused = false
49 
50 [gpg]
51 key = ellis
52 
53 [web]
54 baseurl = https://vc.compiler.company
55 
56 [rhg]
57 on-unsupported = fallback
58 fallback-executable = /bin/hg
59 allowed-extensions = clonebundles,git,gpg,highlight,notify