aboutsummaryrefslogtreecommitdiffstats
path: root/hg
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-08-05 18:44:44 +0100
committerYann Herklotz <git@yannherklotz.com>2023-08-05 18:45:41 +0100
commit166e3869a30693d07d0cb23d414d38d676e6ed78 (patch)
tree976566a3bd4eee5151e5280f2e32db8fb58b9b43 /hg
parent13885e75508d63bdceab27f88f67791351112ebb (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.zip
Configure git and mercurialHEADmaster
Diffstat (limited to 'hg')
-rw-r--r--hg/.hgrc25
1 files changed, 25 insertions, 0 deletions
diff --git a/hg/.hgrc b/hg/.hgrc
new file mode 100644
index 0000000..5be3cd3
--- /dev/null
+++ b/hg/.hgrc
@@ -0,0 +1,25 @@
+# example user config (see 'hg help config' for more info)
+[ui]
+username = Yann Herklotz <dev@yannherklotz.com>
+
+[extensions]
+patchbomb =
+gpg =
+absorb =
+convert =
+evolve =
+topic =
+hggit =
+
+[email]
+from = Yann Herklotz <dev@yannherklotz.com>
+cc =
+
+[diff]
+git = 1
+
+[patchbomb]
+intro = never
+
+[subrepos]
+git:allowed = true