Hg-Git enables developers to merge Git and Mercurial (Hg) repositories in their daily work.
They can utilize their Mercurial interface to control Git repos either by pulling and pushing data to them.
Hg-Git automatically handles the differences between the two version control systems (VCSs), sending or retrieving the data in its correct format.
The library supports all basic Git commands, from pull, push, clone and up to branch.
Hg-Git works as a Mercurial plugin and can be utilized only from inside Mercurial, not from inside Git servers.
Requirements:
- Mercurial
- Dulwich 0.8.6 or higher
Limitations:
- This software is still in beta development.
評論沒有發現