summaryrefslogtreecommitdiff
path: root/gbp/command_wrappers.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/command_wrappers.py')
-rw-r--r--gbp/command_wrappers.py8
1 files changed, 0 insertions, 8 deletions
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