summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cc9888a)
That combination would otherwise simply augment with hidden patches
the display we would have with --short, which does not seem useful,
but can be confusing.
Signed-off-by: Yann Dirson <ydirson@altern.org>
+ if options.all and options.short:
+ raise CmdException, 'combining --all and --short is meaningless'
+
# current series patches
if options.invisible:
applied = unapplied = []
# current series patches
if options.invisible:
applied = unapplied = []