Make "empty patch" checking optional in "series"
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Fri, 16 Sep 2005 19:35:13 +0000 (21:35 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 17 Sep 2005 07:54:54 +0000 (08:54 +0100)
commit9f00453e337990a34a432a08340799fe628bd4d2
treecc24f0c75cf931e62ed5e0692421a73baf8e513a
parent7c02f338c0e6386b322b520c0805a095a0fa2aa1
Make "empty patch" checking optional in "series"

That's just too slow, and quilt doesn't do it, so user will live with it.
Don't know if there's a reason to allow dropping the fanciness here
entirely, but I think there's no user doing one-liner scripts with quilt
series. And anyway, for that you can do "stg applied; stg unapplied".

Actually, with this patch you must ask explicitly the checking.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
stgit/commands/series.py