Felipe Contreras

Results 83 comments of Felipe Contreras

I tried and I got this: > - M 100644 :1386 /examples/SelMult.cpp Seems like there's something wrong with that file (it starts at root).

Wouldn't it be better to have a per-repository configuration that specifies the encoding of the Mercurial repository? You wouldn't want to transcode as cp1251 all repositories. Also, in Git all...

It is not clear exactly what the patch does, you need to write more description into the commit message. Also, you should write a simple test case that reproduces the...

Is this really needed? Both locations seem to work, and the main location seems to be: > https://github.com/felipec/git-remote-hg/raw/master/git-remote-hg

@kk7ds Sorry for the late reply. So what that error means is that git stored a mark that hg isn't aware of. The "marks" are how internally git commits and...

Can you give an example?

We could try to fix this, but first we need to know what is the expected behavior. How does Mercurial store the files on Windows?

This is a limitation of Git's core. You can manually delete all the refs: > git for-each-ref --format='delete %(refname)' refs/remotes/origin And pass that to `git update-ref --stdin`, however, you need...

> So, it is/was a matter of automating bookmark sync, and the above commit does just that after which `fetch --prune` works as expected. Yes, and that patch is a...

Well, that's one way of doing it. To me this is more of a hack, and while I could certainly apply a patch like this, I would like to maintain...