aboutsummaryrefslogtreecommitdiffstats
path: root/hg
diff options
context:
space:
mode:
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