From e7a35319ba55b6cf0b88bc6299a85281de2374c1 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 21 Oct 2011 21:20:24 +0200 Subject: Replace GitAdd by GitRepository.add_files Git-Dch: Ignore --- gbp/command_wrappers.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gbp/command_wrappers.py') diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py index 3488575..f182e98 100644 --- a/gbp/command_wrappers.py +++ b/gbp/command_wrappers.py @@ -293,14 +293,6 @@ class GitTag(GitCommand): GitCommand.__call__(self, cmd) -# FIXME: move to gbp.git.add -class GitAdd(GitCommand): - """Wrap git add to add new files""" - def __init__(self, extra_env=None): - GitCommand.__init__(self, 'add', extra_env=extra_env) - self.run_error = "Couldn't add files" - - def copy_from(orig_dir, filters=[]): """ copy a source tree over via tar -- cgit v1.2.3