diff .hgrc @ 20:5371599c0cfa

local setup
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 18 Mar 2020 10:56:23 +0000
parents
children d376341b10c2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgrc	Wed Mar 18 10:56:23 2020 +0000
@@ -0,0 +1,12 @@
+# example user config (see "hg help config" for more info)
+[ui]
+# name and email, e.g.
+# username = Jane Doe <jdoe@example.com>
+username = Henry S. Thompson <ht@inf.ed.ac.uk>
+
+[extensions]
+# uncomment these lines to enable some popular extensions
+# (see "hg help extensions" for more info)
+#
+# pager =
+# color =