aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp-clone
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-01-13 21:12:58 +0100
committerGuido Günther <agx@sigxcpu.org>2011-01-13 21:36:45 +0100
commitacaa01fd5836b8a43b90a73269b3a067e3bc215e (patch)
tree5a0d5cf1c3c8ebbfb50e149b8576d1bb9ab103b4 /gbp-clone
parentebc67f3a739c996ba7b869445c8ae4ab91b1ce09 (diff)
Rename get_remotes to get_remote_branches
Git-Dch: Ignore
Diffstat (limited to 'gbp-clone')
-rwxr-xr-xgbp-clone2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp-clone b/gbp-clone
index e75cb2cb..6ff82b9f 100755
--- a/gbp-clone
+++ b/gbp-clone
@@ -73,7 +73,7 @@ def main(argv):
# Track all branches:
if options.all:
- remotes = repo.get_remotes()
+ remotes = repo.get_remote_branches()
for remote in remotes:
local = remote.replace("origin/", "", 1)
if not repo.has_branch(local) and \