Re: Can git pull from a mercurial repository?

2012-10-17 Thread Felipe Contreras
Hi, On Tue, Sep 25, 2012 at 4:15 PM, Max Horn wrote: > On 18.09.2012, at 14:40, Joachim Schmitz wrote: > >>> From: Andreas Ericsson [mailto:a...@op5.se] >>> Sent: Tuesday, September 18, 2012 1:46 PM >>> To: Joachim Schmitz >>> Cc: git@vger.kerne

Re: Can git pull from a mercurial repository?

2012-09-26 Thread Cosmin Stejerean
I definitely wrote git-hg for the purpose of checking out a mercurial repo so I can develop locally against it with git and then submit patches. Getting push support was never really a priority for me. Someone did eventually contribute some mechanism for pushing things back in a pull request, so I

Re: Can git pull from a mercurial repository?

2012-09-26 Thread Georgi Chorbadzhiyski
Around 09/26/2012 11:46 AM, Max Horn scribbled: > On 26.09.2012, at 09:38, Georgi Chorbadzhiyski wrote: >> Around 09/25/2012 05:15 PM, Max Horn scribbled: >>> I think there is a lot of demand for a "git-hg" bridge, a way to seemlessly >>> access a Mercurial repository as if it was a git repository

Re: Can git pull from a mercurial repository?

2012-09-26 Thread Max Horn
On 26.09.2012, at 09:38, Georgi Chorbadzhiyski wrote: > Around 09/25/2012 05:15 PM, Max Horn scribbled: >> I think there is a lot of demand for a "git-hg" bridge, a way to seemlessly >> access a Mercurial repository as if it was a git repository. A converse to >> hg-git

Re: Can git pull from a mercurial repository?

2012-09-26 Thread Georgi Chorbadzhiyski
Around 09/25/2012 05:15 PM, Max Horn scribbled: > I think there is a lot of demand for a "git-hg" bridge, a way to seemlessly > access a Mercurial repository as if it was a git repository. A converse to > hg-git I've already mentioned this, but such a tool already exi

RE: Can git pull from a mercurial repository?

2012-09-25 Thread Joachim Schmitz
> From: Max Horn [mailto:post...@quendi.de] > Sent: Tuesday, September 25, 2012 4:15 PM > To: Joachim Schmitz > Cc: 'Andreas Ericsson'; git@vger.kernel.org > Subject: Re: Can git pull from a mercurial repository? > > Hi there, > > > On 18.09.2012, at 14

Re: Can git pull from a mercurial repository?

2012-09-25 Thread Max Horn
Hi there, On 18.09.2012, at 14:40, Joachim Schmitz wrote: >> From: Andreas Ericsson [mailto:a...@op5.se] >> Sent: Tuesday, September 18, 2012 1:46 PM >> To: Joachim Schmitz >> Cc: git@vger.kernel.org >> Subject: Re: Can git pull from a mercurial repository?

Re: Can git pull from a mercurial repository?

2012-09-25 Thread Joachim Schmitz
Gelonida N wrote: On 09/18/2012 02:40 PM, Joachim Schmitz wrote: From: Andreas Ericsson [mailto:a...@op5.se] Sent: Tuesday, September 18, 2012 1:46 PM To: Joachim Schmitz Cc: git@vger.kernel.org Subject: Re: Can git pull from a mercurial repository? On 09/18/2012 01:22 PM, Joachim Schmitz

Re: Can git pull from a mercurial repository?

2012-09-25 Thread Gelonida N
On 09/18/2012 02:40 PM, Joachim Schmitz wrote: From: Andreas Ericsson [mailto:a...@op5.se] Sent: Tuesday, September 18, 2012 1:46 PM To: Joachim Schmitz Cc: git@vger.kernel.org Subject: Re: Can git pull from a mercurial repository? On 09/18/2012 01:22 PM, Joachim Schmitz wrote: Is there an

Re: Can git pull from a mercurial repository?

2012-09-18 Thread Andreas Schwab
"Joachim Schmitz" writes: > Git can access cvs and svn repos, right? It uses the facilities provided by cvs and svn, respectively. > And without having cvs/scv on the machine... Git does not reimplement either cvs nor svn. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprin

RE: Can git pull from a mercurial repository?

2012-09-18 Thread Joachim Schmitz
> From: Andreas Ericsson [mailto:a...@op5.se] > Sent: Tuesday, September 18, 2012 1:46 PM > To: Joachim Schmitz > Cc: git@vger.kernel.org > Subject: Re: Can git pull from a mercurial repository? > > On 09/18/2012 01:22 PM, Joachim Schmitz wrote: > > Is there an easy w

RE: Can git pull from a mercurial repository?

2012-09-18 Thread Joachim Schmitz
> From: Andreas Schwab [mailto:sch...@linux-m68k.org] > Sent: Tuesday, September 18, 2012 2:34 PM > To: Joachim Schmitz > Cc: 'Georgi Chorbadzhiyski'; git@vger.kernel.org > Subject: Re: Can git pull from a mercurial repository? > > "Joachim Schmitz"

Re: Can git pull from a mercurial repository?

2012-09-18 Thread Andreas Schwab
"Joachim Schmitz" writes: > Thanks, but that requires Mercurial to be available, installed and in PATH. > I want to use git exactly because I don't have Mercurial (yet?) That doesn't make sense. If one wants to access a mercurial repository the best way to do that is to use the facilities provi

Re: Can git pull from a mercurial repository?

2012-09-18 Thread Georgi Chorbadzhiyski
Around 09/18/2012 02:22 PM, Joachim Schmitz scribbled: > Is there an easy way to get git to clone/pull from a Mercurial repository? I'm using http://offbytwo.com/git-hg/ It works beautifully. -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ -- To unsubscribe from this list: send the line "uns

RE: Can git pull from a mercurial repository?

2012-09-18 Thread Joachim Schmitz
> From: Georgi Chorbadzhiyski [mailto:g...@unixsol.org] > Sent: Tuesday, September 18, 2012 2:06 PM > To: Joachim Schmitz > Cc: git@vger.kernel.org > Subject: Re: Can git pull from a mercurial repository? > > Around 09/18/2012 02:22 PM, Joachim Schmitz scribbled: > >

Re: Can git pull from a mercurial repository?

2012-09-18 Thread Andreas Ericsson
On 09/18/2012 01:22 PM, Joachim Schmitz wrote: > Is there an easy way to get git to clone/pull from a Mercurial repository? > Yes. Google "git remote helpers" and you'll most likely find it. -- Andreas Ericsson andreas.erics...@op5.se OP5 AB www.op5

Can git pull from a mercurial repository?

2012-09-18 Thread Joachim Schmitz
Is there an easy way to get git to clone/pull from a Mercurial repository? Bye, Jojo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html