git-remote-hg icon indicating copy to clipboard operation
git-remote-hg copied to clipboard

Transparent bidirectional bridge between Git and Mercurial for Git

Results 15 git-remote-hg issues
Sort by recently updated
recently updated
newest added

Ideally, this should be bidirectional.

enhancement

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...

bug

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...