Mark Nauwelaerts
Mark Nauwelaerts
Albeit possibly late to mention, but I tested this in this [fork](https://github.com/mnauw/git-remote-hg) and the renames come out ok there (at least the example mentioned); see also generally #69.
As mentioned above, there is probably no reasonable and sane one-to-one native mapping between subrepos and submodules. But some helper script(s) that manage `.hgsub` and `.hgsubstate` in a `git-submodule`-ish way...
Historically, the other repo was around first, though it had some general limitations. As it unfortunately also turned sort-of unmaintained (or at least unresponsive), there was (unfortunately) little choice but...
I am not quite sure what it is that fails (as in, "not possible") and what is meant by "git hashes not in mercurial repository"? In particular, how would or...
Running `git clone hg::https://foss.heptapod.net/mercurial/hg-git` works without issue on my setup. So the problem is probably in and due to a different version (where mine happens to be 2.34.1). Maybe this...
Perhaps it is somewhat unfortunate that git has some hard-coded limitations (in spite of e.g. `GIT_DIR` variable). However, any system has its limitations (e.g. reserved keywords, etc). So it reasonably...