git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2ae078e
)
remote-bzr: change global repo
author
Felipe Contreras
<redacted>
Sat, 25 May 2013 02:24:23 +0000
(21:24 -0500)
committer
Junio C Hamano
<redacted>
Tue, 28 May 2013 14:43:18 +0000
(07:43 -0700)
It's not used anyway.
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/git-remote-bzr
patch
|
blob
|
history
diff --git
a/contrib/remote-helpers/git-remote-bzr
b/contrib/remote-helpers/git-remote-bzr
index 202a4f7f44ecf2fe51e1ce0cb0d073b456fafbd0..80ed59f430aaa41972a40542eb538c192e10b998 100755
(executable)
--- 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')
git clone https://git.99rst.org/PROJECT