Re: [core-workflow] Time to decide how to convert hg repos to git

2016-05-08 Thread Martin Panter
On 8 May 2016 at 22:38, Senthil Kumaran wrote: > Hi Martin, Brett: > > On Sun, May 8, 2016 at 10:38 AM, Brett Cannon wrote: >>> >>> $ git rev-list --count master >>> 489 >>> >>> I don’t know what the equivalent command in Mercurial is. Perhaps you >>> could clone the relevant branch to a fresh re

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-05-08 Thread Brett Cannon
On Sun, 8 May 2016 at 16:33 Senthil Kumaran wrote: > Hi Martin, Brett: > > On Sun, May 8, 2016 at 10:38 AM, Brett Cannon wrote: > >> $ git rev-list --count master >>> 489 >>> >>> I don’t know what the equivalent command in Mercurial is. Perhaps you >>> could clone the relevant branch to a fresh

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-05-08 Thread Senthil Kumaran
Hi Martin, Brett: On Sun, May 8, 2016 at 10:38 AM, Brett Cannon wrote: > $ git rev-list --count master >> 489 >> >> I don’t know what the equivalent command in Mercurial is. Perhaps you >> could clone the relevant branch to a fresh repository and check the >> numerical revision number. >> > > SO

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-05-08 Thread Brett Cannon
On Sun, 8 May 2016 at 01:48 Martin Panter wrote: > On 8 May 2016 at 08:08, Senthil Kumaran wrote: > > Brett and I discussed that we might need a way to verify if two repos, hg > > and git repos are same (that's have the same graph) as we undertake this > > process. I don't know any offhand compa

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-05-08 Thread Martin Panter
On 8 May 2016 at 08:08, Senthil Kumaran wrote: > Brett and I discussed that we might need a way to verify if two repos, hg > and git repos are same (that's have the same graph) as we undertake this > process. I don't know any offhand comparison commands, but I assume it > should be possible. I pla

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-05-08 Thread Senthil Kumaran
Hello Core-Workflow Group, On Fri, Apr 22, 2016 at 6:45 PM, Senthil Kumaran wrote: > > Here's my plan and a to do: > > 1. Even though it is a one-time operation, I plan to convert above steps > into a trivial tool that we can use and verify independently. > 2. Once we are satisfied with our local

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-04-23 Thread Brian Curtin
On Sat, Apr 23, 2016 at 8:40 AM, Michiel Overtoom wrote: > > Hi, > > Are you aware the work ESR did for liberating source code repositories and > moving them between version control systems? It also supports editing > version-control repository history. > >http://www.catb.org/esr/reposurgeon

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-04-23 Thread Michiel Overtoom
Hi, Are you aware the work ESR did for liberating source code repositories and moving them between version control systems? It also supports editing version-control repository history. http://www.catb.org/esr/reposurgeon/ He used it to port the Emacs repository to git, not an easy feat, an

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-04-22 Thread Nicolás Alvarez
2016-04-22 22:45 GMT-03:00 Senthil Kumaran : > Hi Brett, > > On Fri, Apr 22, 2016 at 4:27 PM, Brett Cannon wrote: >> >> Now that I'm comfortable declaring the code for the CLA bot finished >> (https://github.com/python/the-knights-who-say-ni), the next step is to >> finalize the command(s) we are

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-04-22 Thread Brett Cannon
On Fri, Apr 22, 2016, 18:45 Senthil Kumaran wrote: > Hi Brett, > > On Fri, Apr 22, 2016 at 4:27 PM, Brett Cannon wrote: > >> Now that I'm comfortable declaring the code for the CLA bot finished ( >> https://github.com/python/the-knights-who-say-ni), the next step is to >> finalize the command(s)

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-04-22 Thread Senthil Kumaran
Hi Brett, On Fri, Apr 22, 2016 at 4:27 PM, Brett Cannon wrote: > Now that I'm comfortable declaring the code for the CLA bot finished ( > https://github.com/python/the-knights-who-say-ni), the next step is to > finalize the command(s) we are going to use to convert hg repositories to > git for m

Re: [core-workflow] Time to decide how to convert hg repos to git

2016-04-22 Thread Ryan Gonzalez
I had initially suggested hg-git, but after my (mostly negative) experience in trying to convert the CPython repo, my vote goes towards fast-export. Partly because it's the only once *specifically* designed for exporting, not trying to be a bridge like hg-git and the other tool. -- Ryan [ERROR]: Y

[core-workflow] Time to decide how to convert hg repos to git

2016-04-22 Thread Brett Cannon
Now that I'm comfortable declaring the code for the CLA bot finished ( https://github.com/python/the-knights-who-say-ni), the next step is to finalize the command(s) we are going to use to convert hg repositories to git for migration to GitHub. Senthil, are you ready to make a final decision? Once