summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a02ba40)
It is probably more important to show the hidden status of an empty
patch, since "clean" will not delete it anyway, and the display would
be ambiguous for a patch tagged "0" just before a patch tagged "!".
__print_patch(p, branch_str, '- ', '0 ', max_len, options)
for p in hidden:
__print_patch(p, branch_str, '- ', '0 ', max_len, options)
for p in hidden:
- __print_patch(p, branch_str, '! ', '0 ', max_len, options)
+ __print_patch(p, branch_str, '! ', '! ', max_len, options)