Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/git.py')
-rw-r--r--devbot/git.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/devbot/git.py b/devbot/git.py
index f2da84d..29365f7 100644
--- a/devbot/git.py
+++ b/devbot/git.py
@@ -78,10 +78,6 @@ class Module:
return subprocess.check_output(["git", "describe"]).strip()
@_chdir
- def diff(self):
- return subprocess.check_output(["git", "diff"])
-
- @_chdir
def is_valid(self):
result = subprocess.call(["git", "rev-parse", "HEAD"],
stdout=utils.devnull,