1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 14:57:52 +01:00

remote-bzr: change global repo

It's not used anyway.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-05-24 21:24:23 -05:00 committed by Junio C Hamano
parent 2ae078e847
commit 0454c399c9

View file

@ -864,7 +864,7 @@ def get_repo(url, alias):
branches[name] = remote_branch.base
return remote_branch.repository
return origin
else:
# repository
@ -879,7 +879,7 @@ def get_repo(url, alias):
branches[name] = remote_branch.base
return repo
return origin
def fix_path(alias, orig_url):
url = urlparse.urlparse(orig_url, 'file')