Allow the short version of --base (i.e. -b) in import
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 6 Oct 2005 10:07:08 +0000 (11:07 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 6 Oct 2005 10:07:08 +0000 (11:07 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/imprt.py

index f8970af..14bf0b6 100644 (file)
@@ -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',