felipec / git-remote-hg

Transparent bidirectional bridge between Git and Mercurial for Git
GNU General Public License v2.0
365 stars 86 forks source link

renamed fiels are not properly tracked #70

Open ggael opened 6 years ago

ggael commented 6 years ago

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.

mnauw commented 5 years ago

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.

felipec commented 5 years ago

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