summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0aa48e8)
This patch fixes bug #12517. While there may be other variants for
achieving the same, it makes sense not to restrict the --fold option.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
if options.parent:
raise CmdException, '--parent can only be specified with one patch'
if options.parent:
raise CmdException, '--parent can only be specified with one patch'
- if (options.fold or options.update) and not crt_series.get_current():
+ if options.update and not crt_series.get_current():
raise CmdException, 'No patches applied'
if commit_id:
raise CmdException, 'No patches applied'
if commit_id: