TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using hg-git to work in git and push to hg

54 pointsby codysoylandabout 15 years ago

3 comments

qwzybugabout 15 years ago
Finally, the amazing user interface of git combined with the legendary server-side performance and scalability of mercurial!
评论 #1304372 未加载
blasdelabout 15 years ago
It'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.
sandGorgonabout 15 years ago
use pip to manage this: pip -E INST install hg-git export PYTHONPATH=$PWD/INST/lib/python2.6/site-packages<p>At this point you can use "hggit =" in your hgrc<p>Enjoy.