mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
3bc13a0fc1
This blog was helpful for the hg -> git conversion http://pythonwise.blogspot.com/2012/05/using-travis-ci-with-bitbucket.html
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
[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
|