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
This commit is contained in:
KjellKod 2014-10-10 01:19:38 -06:00
parent edef25b5e1
commit 3bc13a0fc1

12
.hgrc_copy Normal file
View File

@ -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