From acaa01fd5836b8a43b90a73269b3a067e3bc215e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 13 Jan 2011 21:12:58 +0100 Subject: Rename get_remotes to get_remote_branches Git-Dch: Ignore --- gbp-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp-clone') diff --git a/gbp-clone b/gbp-clone index e75cb2c..6ff82b9 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 \ -- cgit v1.2.3