bzr-git broken ?

Jelmer Vernooij jelmer at samba.org
Sat Mar 13 23:35:16 GMT 2010


On 03/14/10 00:05, Russel Winder wrote:
> On Sat, 2010-03-13 at 23:45 +0100, Jelmer Vernooij wrote:
>
>    
>> Can you provide a bit more background? What's the URL you're trying to
>> pull from?
>>      
> One of the is the Post source from Gnome's Git repositories, as below.
> The two other Git repositories I track with Bazaar show basically the
> same.
>    
I can't reproduce this issue.

Can you try the following in a Python interpreter and let me know what 
it outputs:
import urllib
urllib.urlsplit("git://git.gnome.org/postr")
urllib.splithost(urllib.urlsplit("git://git.gnome.org/postr")[2])

Cheers,

Jelmer



More information about the bazaar mailing list