From: Felipe Contreras Date: Sat, 25 May 2013 02:24:23 +0000 (-0500) Subject: remote-bzr: change global repo X-Git-Tag: v1.8.4-rc0~190^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0454c399c9ce75bbdf7d35223845cfc98f51d5d9;p=thirdparty%2Fgit.git remote-bzr: change global repo It's not used anyway. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/git-remote-bzr b/contrib/remote-helpers/git-remote-bzr index 202a4f7f44..80ed59f430 100755 --- a/contrib/remote-helpers/git-remote-bzr +++ b/contrib/remote-helpers/git-remote-bzr @@ -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')