Using hg-git to work in git and push to hg
traviscline.com
Using hg-git to work in git and push to hg
1–5 of 5 posts
Re: Using hg-git to work in git and push to hg
#2It'd be really cool if this could be bridged server-side -- there's a bunch of Python libraries on bitbucket that would be nice to be able to track as git submodules without adding a client-side burden.
Re: Using hg-git to work in git and push to hg
#3use pip to manage this:
pip -E INST install hg-git
export PYTHONPATH=$PWD/INST/lib/python2.6/site-packages
At this point you can use "hggit =" in your hgrc
Enjoy.
Re: Using hg-git to work in git and push to hg
#4Finally, the amazing user interface of git combined with the legendary server-side performance and scalability of mercurial!
Re: Using hg-git to work in git and push to hg
#5Finally, the amazing user interface of git combined with the legendary server-side performance and scalability of mercurial!
What scalability/server-side performance issues are you referencing?