bitbucket commits
Hi, Have you used the Mercurial plugin to make the import? It is sad that there is no commit history and hard to see whether this repo corresponds to the latest commit in the official repo...
I fiddled with Mercurial for a bit to attempt to import the history, but a solution didn't immediately present itself, so I went back to writing code. :)
I'm not familiar with the git-mercurial plugin (or hg at all, really), so if you have any pointers, they'd be welcome.
The plugin works only with older versions of Mercurial unfortunately. I have managed to convert the hg repo to git with hg-fast-export from http://repo.or.cz/w/fast-export.git. You can see the result https://github.com/andreif/pyquery
Thanks. I'll look into it at some point, though it might be a while.