Allow importing mail and series from urls (#94)
commitb922a52c66e09c3cba63275cd05abfeeab577adf
authorPeter Grayson <pete@jpgrayson.net>
Mon, 15 Feb 2021 22:16:05 +0000 (15 17:16 -0500)
committerPeter Grayson <pete@jpgrayson.net>
Mon, 15 Feb 2021 22:54:27 +0000 (15 17:54 -0500)
tree44ec5018e75212e227b44e3e5af6d7facf476c14
parentacd35e70048494cee8adcd7b41b38d1334d0e22d
Allow importing mail and series from urls (#94)

Formerly `stg import -u` would only import a single patch file. It may now
be combined with -m/--mail, -M/--mbox, or -s/--series to import mail, mbox,
or series tarballs from the specified url.

N.B. only tarball series will work with -s for fairly obvious reasons.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/commands/imprt.py
t/t1800-import.sh
t/t1801-import-email.sh