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

Make `fix_path` work correctly on Windows

Open fingolfin opened this issue 9 years ago • 0 comments

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 locate the hg repository later on, leading to e.g. git push failing.

Unfortunately, this is currently broken on Windows (see e.g. issue #8).

fingolfin avatar Dec 04 '15 16:12 fingolfin