summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-25 02:24:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-28 14:43:18 (GMT)
commit0454c399c9ce75bbdf7d35223845cfc98f51d5d9 (patch)
tree51c9c8aceedfc0d4159afe29ac8a05d971f3094a /contrib/remote-helpers
parent2ae078e8476639b0dcd559d9b797771e6ffd97ff (diff)
downloadgit-0454c399c9ce75bbdf7d35223845cfc98f51d5d9.zip
git-0454c399c9ce75bbdf7d35223845cfc98f51d5d9.tar.gz
git-0454c399c9ce75bbdf7d35223845cfc98f51d5d9.tar.bz2
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>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-xcontrib/remote-helpers/git-remote-bzr4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/remote-helpers/git-remote-bzr b/contrib/remote-helpers/git-remote-bzr
index 202a4f7..80ed59f 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')