Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Matthias Bussonnier
Hey, I just saw the GitHub released a tool to import Mercurial repo: https://github.com/blog/2110-migrate-your-code-with-the-github-importer Thought it might be usefull for this thread. I'm currently trying to import to see how it looks, have been stuck at 0% for a few minutes now. -- M Will

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Nicholas Chammas
> I'm currently trying to import to see how it looks, have been stuck at 0% for a few minutes now. Doing the same myself. Got to 73% and it restarted. Am back at 73% now. Already reached out to GitHub to make them aware of the issue. Will report here when/if I have results. Nick ___

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Nicolás Alvarez
2016-02-06 3:03 GMT-03:00 Nicolás Alvarez : > 2016-02-05 23:39 GMT-03:00 Nicolás Alvarez : >> 2016-02-05 22:57 GMT-03:00 Brett Cannon : >>> https://www.python.org/dev/peps/pep-0512/#define-commands-to-move-a-mercurial-repository-to-git >>> >>> There appear to be multiple ways to convert hg repos to

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Senthil Kumaran
On Thu, Feb 11, 2016 at 4:04 PM, Matthias Bussonnier < bussonniermatth...@gmail.com> wrote: > I just saw the GitHub released a tool to import Mercurial repo: > > https://github.com/blog/2110-migrate-your-code-with-the-github-importer > > Thought it might be usefull for this thread. > > I'm current

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Brett Cannon
On Thu, Feb 11, 2016, 16:43 Nicolás Alvarez wrote: > 2016-02-06 3:03 GMT-03:00 Nicolás Alvarez : > > 2016-02-05 23:39 GMT-03:00 Nicolás Alvarez : > >> 2016-02-05 22:57 GMT-03:00 Brett Cannon : > >>> > https://www.python.org/dev/peps/pep-0512/#define-commands-to-move-a-mercurial-repository-to-git

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Brett Cannon
On Thu, 11 Feb 2016 at 17:07 Senthil Kumaran wrote: > > On Thu, Feb 11, 2016 at 4:04 PM, Matthias Bussonnier < > bussonniermatth...@gmail.com> wrote: > >> I just saw the GitHub released a tool to import Mercurial repo: >> >> https://github.com/blog/2110-migrate-your-code-with-the-github-importer

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Ethan Furman
On 02/11/2016 07:07 PM, Brett Cannon wrote: > On Thu, Feb 11, 2016, 16:43 Nicolás Alvarez wrote: >> It depends on how crazy you want to go. For example, SVN-era merges >> don't appear as merges, but looks like some SVN-era branches don't >> exist in Hg to begin with (Would I need to get cpython-f

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Brett Cannon
On Thu, Feb 11, 2016, 19:27 Ethan Furman wrote: > On 02/11/2016 07:07 PM, Brett Cannon wrote: > > On Thu, Feb 11, 2016, 16:43 Nicolás Alvarez wrote: > > >> It depends on how crazy you want to go. For example, SVN-era merges > >> don't appear as merges, but looks like some SVN-era branches don'

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Martin Panter
On 12 February 2016 at 03:07, Brett Cannon wrote: > On Thu, Feb 11, 2016, 16:43 Nicolás Alvarez > wrote: >> I tried fast-export, and I don't really see anything wrong with the >> repository. The size is 221MB. One thing I’m slightly curious about is how much the result differs from

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Nicolás Alvarez
2016-02-12 3:04 GMT-03:00 Martin Panter : > On 12 February 2016 at 03:07, Brett Cannon wrote: >> On Thu, Feb 11, 2016, 16:43 Nicolás Alvarez >> wrote: >>> It depends on how crazy you want to go. For example, SVN-era merges >>> don't appear as merges, but looks like some SVN-era branches don't >>>

Re: [core-workflow] Help needed: best way to convert hg repos to git?

2016-02-11 Thread Martin Panter
On 12 February 2016 at 06:27, Nicolás Alvarez wrote: > 2016-02-12 3:04 GMT-03:00 Martin Panter : >> On 12 February 2016 at 03:07, Brett Cannon wrote: >>> On Thu, Feb 11, 2016, 16:43 Nicolás Alvarez >>> wrote: It depends on how crazy you want to go. For example, SVN-era merges don't app