From db9642ba2d91bb40dcc157dd301e925d5ddedd9e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 23 Oct 2011 13:47:01 +0200 Subject: Replace GitFetch by GitRepository.fetch() --- gbp/command_wrappers.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gbp/command_wrappers.py') diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py index 1fcfdbc..33d6823 100644 --- a/gbp/command_wrappers.py +++ b/gbp/command_wrappers.py @@ -230,16 +230,6 @@ class GitCommand(Command): self.run_error = "Couldn't run git %s" % cmd -# FIXME: move to gbp.git.fetch -class GitFetch(GitCommand): - """Wrap git fetch""" - def __init__(self, remote = None): - opts = [] - if remote: - opts += [remote] - GitCommand.__init__(self, 'fetch', opts) - - # FIXME: move to gbp.git.create_tag class GitTag(GitCommand): """Wrap git tag""" -- cgit v1.2.3