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

renamed fiels are not properly tracked

Open ggael opened this issue 7 years ago • 2 comments

In eigen's hg repo we have a few files that have been renamed, for instance:

HyperPlane.h -> Hyperplane.h

unfortunately after importing this repo with git-remote-hg, we got the initial filename of these files, thus making the git clone unusable. I don't known it the problem occurs only with lower/upper case changes or with more general renaming too.

ggael avatar Dec 03 '17 20:12 ggael

Albeit possibly late to mention, but I tested this in this fork and the renames come out ok there (at least the example mentioned); see also generally #69.

mnauw avatar May 31 '19 19:05 mnauw

Can you please check with the latest release? (v0.4).

felipec avatar Jun 04 '19 12:06 felipec