chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix export -s
[stgit]
/
stgit
/
git.py
diff --git
a/stgit/git.py
b/stgit/git.py
index ee31ecd07a5a7d17d1a9bba364658e97c0cdaedc..4d01fc296c389be4155249126cbeb556744d44bf 100644
(file)
--- a/
stgit/git.py
+++ b/
stgit/git.py
@@
-669,10
+669,6
@@
def diff(files = None, rev1 = 'HEAD', rev2 = None, diff_flags = [],
else:
return ''
else:
return ''
-def diffstat(diff):
- """Return the diffstat of the supplied diff."""
- return GRun('apply', '--stat', '--summary').raw_input(diff).raw_output()
-
def files(rev1, rev2, diff_flags = []):
"""Return the files modified between rev1 and rev2
"""
def files(rev1, rev2, diff_flags = []):
"""Return the files modified between rev1 and rev2
"""