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:
parent
2ae078e847
commit
0454c399c9
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue