Dusty Phillips

Results 101 comments of Dusty Phillips

Bummer. That disproves my comments on #75 I'd still like to find a neater solution for this than replacing / with _SLASH_, though. any ideas? Even if we only replaced...

I haven't tested it on pypy yet, but I suspect the workaround for #80 may address this issue. It depends if either of the conflicting branches is a closed branch...

I thought I had fixed this error a long time ago. I believe it has something to do with gitifyhg trying to send data into the git pipe after git...

Whoah, that's exciting!! :-) I'll try to look at it during the pycon sprints this week.

The interesting thing about this error is that the exception is being raised inside Mercurial. Are you able to hg clone that url directly using hg clone ssh://user@repo? The version...

That is indeed a bizarre error. Can you try extracting the code that calls mercurial from python to do the clone and see if the error can be isolated? It's...

I'm also becoming increasingly annoyed with the special casing of master and default, although changing it without forcing people to re-clone all their repos may be even more annoying. I...

I'm mostly just replying here to let you know I haven't abandoned gitifyhg, I'm just having a really truly horribly week. ;-) If it makes your decision easy, py.test has...

It turns out I used envvars instead of command line arguments in that other code I mentioned. all I did this was put this at the top of a test...

It should be theoretically possible to map submodules to mercurial subrepos. This would entail marking and rewriting the commits that create the submodule to modify the .gitmodules and .hgsub files....