69 + prefix += 'U' if uncommitted else ' '
Given the line just before this is:
if active: prefix = else: prefix =
I would probably follow suite here. (or change the other one to be consistent).
Otherwise seems good.
« Back to merge proposal
69 + prefix += 'U' if uncommitted else ' '
Given the line just before this is:
if active:
prefix =
else:
prefix =
I would probably follow suite here. (or change the other one to be consistent).
Otherwise seems good.