.hgrc

changeset 8
ba72a71f23e6
child 62
5cc55bc23c8a
child 79
4635b3f5bc23
new file mode 100644
--- /dev/null
+++ b/.hgrc
@@ -0,0 +1,20 @@
+[ui]
+username = Meredith Howard <mhoward@roomag.org>
+
+[extensions]
+hgext.graphlog = 
+rebase = 
+color = 
+record = 
+pager =
+progress = 
+fetch = 
+flow = $HOME/.hgext/hgflow.py
+
+[pager]
+pager = LESS='FSRX' less
+
+[alias]
+fetch = pull --rebase
+
+%include ~/.hgrc.local

mercurial