From: Catalin Marinas Date: Thu, 6 Oct 2005 10:07:08 +0000 (+0100) Subject: Allow the short version of --base (i.e. -b) in import X-Git-Tag: v0.8~73 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/b21bc8d14764a9bddf7bfe5ca82ca4cd7fb40924 Allow the short version of --base (i.e. -b) in import Signed-off-by: Catalin Marinas --- diff --git a/stgit/commands/imprt.py b/stgit/commands/imprt.py index f8970af..14bf0b6 100644 --- a/stgit/commands/imprt.py +++ b/stgit/commands/imprt.py @@ -42,7 +42,7 @@ options = [make_option('-m', '--mail', action = 'store_true'), make_option('-n', '--name', help = 'use NAME as the patch name'), - make_option('--base', + make_option('-b', '--base', help = 'use BASE instead of HEAD for file importing'), make_option('-e', '--edit', help = 'invoke an editor for the patch description',