summaryrefslogtreecommitdiff
path: root/gbp/command_wrappers.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-21 21:20:24 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-22 15:33:40 +0200
commite7a35319ba55b6cf0b88bc6299a85281de2374c1 (patch)
tree781e9fbcf7dd9b4aaf9014ace0d7adf6050b7f2a /gbp/command_wrappers.py
parent6da5985f2eb0f39d97afb271569de102ff472858 (diff)
Replace GitAdd by GitRepository.add_files
Git-Dch: Ignore
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