aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp-clone
diff options
context:
space:
mode:
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 \