git-remote-hg
git-remote-hg copied to clipboard
Transparent bidirectional bridge between Git and Mercurial for Git
There is a `git-marks-check` in this repository, written by felipec, which helps with some cases where the marks file got corrupted. This helps, but the real problem is that there...
Consider this: ``` $ git clone hg::http://hg.libsdl.org/SDL Cloning into 'SDL'... requesting all changes adding changesets adding manifests adding file changes added 9943 changesets with 41179 changes to 4835 files (+1...
Consider this weird behavior (it doesn't seem to happen with other repositories): I clone a hg repos, make no changes, and push, and git-remote-hg starts complaining about objects already having...
When creating a branch one might forget to add the `branches/` prefix. When such a branch is pushed, that branch becomes a Mercurial bookmark, which is a bit of a...