Refactoring: move shared options to their own module
authorKarl Hasselström <kha@treskal.com>
Sat, 6 Sep 2008 08:16:22 +0000 (10:16 +0200)
committerKarl Hasselström <kha@treskal.com>
Sat, 6 Sep 2008 08:16:30 +0000 (10:16 +0200)
commit20a52e06c7e0b8da714aec725b32ed8722f79c35
tree20f2a88ba1883448fbdcd09886d843af7f16ad83
parenta1923ca89d84e6e2d39c5b6de1411623c5551484
Refactoring: move shared options to their own module

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/argparse.py [new file with mode: 0644]
stgit/commands/coalesce.py
stgit/commands/diff.py
stgit/commands/edit.py
stgit/commands/export.py
stgit/commands/files.py
stgit/commands/imprt.py
stgit/commands/mail.py
stgit/commands/new.py
stgit/commands/show.py
stgit/utils.py