From 3bc13a0fc15d32f7f645419e16a8f9aa367af7bb Mon Sep 17 00:00:00 2001 From: KjellKod Date: Fri, 10 Oct 2014 01:19:38 -0600 Subject: [PATCH] Added the .hgrc to easily switch between computer. This blog was helpful for the hg -> git conversion http://pythonwise.blogspot.com/2012/05/using-travis-ci-with-bitbucket.html --- .hgrc_copy | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .hgrc_copy diff --git a/.hgrc_copy b/.hgrc_copy new file mode 100644 index 0000000..e95a1da --- /dev/null +++ b/.hgrc_copy @@ -0,0 +1,12 @@ +[paths] +default = https://bitbucket.org/KjellKod/g3log + +[extensions] +hgext.bookmarks = +hggit = + +[paths] +github = git+ssh://git@github.com/KjellKod/g3log.git + +[hooks] +outgoing = hg bookmark -r default master || true && hg push github || true