On 27/03/2014 13:43, Justin Wood (Callek) wrote:
On 3/27/2014 2:58 AM, Doug Turner wrote:
Want to move to github?

(0) sudo apt-get install python-setuptools
(1) sudo easy_install hg-git
(2) add |hggit =| under [extensions] in your .hgrc file
(3) Go to GitHub.com and create your new repo.
(4) cd <hg_repo>
(5) hg bookmark -r default master
(6) hg push git+ssh://g...@github.com/<you>/<name of your repo you created
in step 3>


hg-git can't run without a very very custom and difficult-to-setup hg on
windows.

Specifically because hg uses py2exe which strips out EVERY unused python
library. And even doing hg in a virtualenv is hard because you get a
MUCH slower hg due to no compiled code.

I have never further tested hg-git on windows after I encountered the
two issues above.

~Justin Wood (Callek)

IME tortoisehg ships a much happier-making hg (than mozilla-build) that has a bunch of python libs you want. I've never used hg-git, however, so I don't know if it has enough of what you need.

~ Gijs
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to