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

I've been using git-remote-hg from debian to follow some projects using mercurial. In one case, it stopped working with the following ```` % git fetch origin searching for changes no...

In Mercurial 3.7, we now get this warning: ``` devel-warn: bm.write() is deprecated, use bm.recordchange(transaction) (compatibility will be dropped after Mercurial-3.7, update your code.) at: /Users/mhorn/bin/git-remote-hg:403 (updatebookmarks) ``` First off:...

I tried to run it, but on my OS X there is no python2 command, rather Python 2.7 was available under the usual name `python`. I tried creating a symlink...

git-hg-git master and 0.3, git 2.7.2, hg 3.7.1.

I'm trying to clone the following Mercurial repository: https://bitbucket.org/msaecker/monetdb-opencl It contains the top-level directory monetdb5 (all lower case). On OS X, this directory is checked out as MonetDB5 (mixed case)....

When starting a clone without "json" python module (I use simplejson), I got the following error : > git clone "hg::ssh://" profile.git > Cloning into 'profile.git'... > Traceback (most recent...

[ see also felipec/git#35 ] hg-git recently added file rename detection. In particular, they add a mercurial "extra" field where they record the "source" of renames, and this new field...

On Windows push into hg repository crash if it was cloned and has some commits. I use next script "`run_test.cmd`" to clone and push ([Download it](https://raw.githubusercontent.com/alexei-31/test5/master/run_test.cmd)): ``` bat if exist...

The function `fix_path` attempts during cloning to convert a relative path to a hg repository to an absolute path. This is important, because otherwise we may not be able to...