chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactoring: move shared options to their own module
[stgit]
/
stgit
/
commands
/
mail.py
diff --git
a/stgit/commands/mail.py
b/stgit/commands/mail.py
index 4e7ed2f0e4fee38905271cb08ce035644b946bd7..521c8eb26fe83b1f98f810522c2f64fdfe93c3cf 100644
(file)
--- a/
stgit/commands/mail.py
+++ b/
stgit/commands/mail.py
@@
-22,7
+22,7
@@
from optparse import OptionParser, make_option
from stgit.commands.common import *
from stgit.utils import *
from stgit.out import *
from stgit.commands.common import *
from stgit.utils import *
from stgit.out import *
-from stgit import stack, git, version, templates
+from stgit import
argparse,
stack, git, version, templates
from stgit.config import config
from stgit.run import Run
from stgit.config import config
from stgit.run import Run
@@
-151,8
+151,7
@@
options = [make_option('-a', '--all',
make_option('-m', '--mbox',
help = 'generate an mbox file instead of sending',
action = 'store_true')
make_option('-m', '--mbox',
help = 'generate an mbox file instead of sending',
action = 'store_true')
- ] + make_diff_opts_option()
-
+ ] + argparse.diff_opts_option()
def __get_sender():
"""Return the 'authname <authemail>' string as read from the
def __get_sender():
"""Return the 'authname <authemail>' string as read from the