Re: [pypy-dev] github pypy repo mirror

2012-05-05 Thread Michael Blume
http://www.github.com/MichaelBlume/pypy Got it on a 10 minute cron Note that this is *not* hash-compatible with the previous git mirror -- something changed in the hg-git implementation since that was started. On May 5, 2012 12:59 AM, "Michael Blume" wrote: > Sebastien: See my r

Re: [pypy-dev] github pypy repo mirror

2012-05-05 Thread Michael Blume
Sebastien: See my remark to Yury. Mercurial *actively* annotates your commits with information about what branch you were on when you made the commit. Git users can, of course, add this information, they just have to do it manually. Ronny: As I said, it's *really easy* to construct git commits whi

Re: [pypy-dev] github pypy repo mirror

2012-05-04 Thread Michael Blume
Yury: No idea -- seems like it should work just fine to me =). On Fri, May 4, 2012 at 2:00 PM, Yury Selivanov wrote: > On 2012-05-04, at 3:06 PM, Ronny Pfannschmidt wrote: > >> On 05/04/2012 09:05 PM, Yury Selivanov wrote: >>> On 2012-05-04, at 2:57 PM, Ronny Pfannschmidt wrote: >>> personal

Re: [pypy-dev] github pypy repo mirror

2012-05-04 Thread Michael Blume
If people are likely to use it, I'd be happy to maintain a git mirror and transfer pull requests. -Mike On Fri, May 4, 2012 at 10:03 AM, Ronny Pfannschmidt wrote: > Hi Yuri, > > That's not an official mirror, > you'd have to get in touch with the one who made it > > -- Ronny > > > On 05/04/2012

Re: [pypy-dev] Does anyone have a git-mapfile?

2012-03-19 Thread Michael Blume
t; should finish in a hour or so > > however i strongly suggest not to develop with git, > you are likely to mess up branching since git > has no idea about named branches > > > On 03/19/2012 06:10 PM, Michael Blume wrote: >> >> I know there's a github mirror at

[pypy-dev] Does anyone have a git-mapfile?

2012-03-19 Thread Michael Blume
I know there's a github mirror at github.com/pypy/pypy, but in order to shuffle commits between the two repos, I need to either perform the translation myself (and I let an EC2 instance run on that for 9 hours...) or get a git-mapfile with a list of corresponding commits. If you have a bi-direction