TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

54 点作者 codysoyland大约 15 年前

3 条评论

qwzybug大约 15 年前
Finally, the amazing user interface of git combined with the legendary server-side performance and scalability of mercurial!
评论 #1304372 未加载
blasdel大约 15 年前
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.
sandGorgon大约 15 年前
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.