chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactor stgit.commands.edit
[stgit]
/
stgit
/
commands
/
export.py
diff --git
a/stgit/commands/export.py
b/stgit/commands/export.py
index 8d05996e54f162f506d4a3ef29edefeb7414dcb2..c7ed80247a062f9d7e4a4cca58f37da1fd725860 100644
(file)
--- a/
stgit/commands/export.py
+++ b/
stgit/commands/export.py
@@
-143,7
+143,7
@@
def func(parser, options, args):
tmpl_dict = {'description': descr,
'shortdescr': short_descr,
'longdescr': long_descr,
tmpl_dict = {'description': descr,
'shortdescr': short_descr,
'longdescr': long_descr,
- 'diffstat': git.diffstat(diff).rstrip(),
+ 'diffstat': git
lib
.diffstat(diff).rstrip(),
'authname': cd.author.name,
'authemail': cd.author.email,
'authdate': cd.author.date.isoformat(),
'authname': cd.author.name,
'authemail': cd.author.email,
'authdate': cd.author.date.isoformat(),