Dead simple commits feed
pip install revfeed
revfeed --secret SECRET_TOKEN
- Install
revfeed-hg
on where main repo is and where you will be pushing from - Enable in
.hgrc
of main repo and where you will be pushing from
[extensions]
...
revfeedhg =
- Set config in main repo's
.hgrc
[revfeed]
secret = SECRET_TOKEN
server_name = http://localhost:5000