Re: [PATCH v2 6/9] remote-bzr: store converted URL

2013-04-25 Thread John Szakmeister
On Thu, Apr 25, 2013 at 8:08 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 Mercurial might convert the URL to something more appropriate, like an
 absolute path. Lets store that instead of the original URL, which won't
 work from a different working directory if it's relative.

 Signed-off-by: Felipe Contreras felipe.contre...@gmail.com
 ---
  contrib/remote-helpers/git-remote-bzr | 13 -
  1 file changed, 12 insertions(+), 1 deletion(-)


FWIW, it feels weird to be talking about Mercurial when you're
patching git-remote-bzr. :-)

-John
--
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


Re: [PATCH v2 6/9] remote-bzr: store converted URL

2013-04-25 Thread Felipe Contreras
On Thu, Apr 25, 2013 at 7:58 PM, John Szakmeister j...@szakmeister.net wrote:
 On Thu, Apr 25, 2013 at 8:08 PM, Felipe Contreras
 felipe.contre...@gmail.com wrote:
 Mercurial might convert the URL to something more appropriate, like an
 absolute path. Lets store that instead of the original URL, which won't
 work from a different working directory if it's relative.

 Signed-off-by: Felipe Contreras felipe.contre...@gmail.com
 ---
  contrib/remote-helpers/git-remote-bzr | 13 -
  1 file changed, 12 insertions(+), 1 deletion(-)


 FWIW, it feels weird to be talking about Mercurial when you're
 patching git-remote-bzr. :-)

Yeah, it happens all the time in my local repos. I'm surprised it took
so long to send a patch with this mistake =/

-- 
Felipe Contreras
--
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