Useful to get more context when a manual merge is needed, for instance.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4651>
_selectable = True
def __init__(self, ui: 'UI', commit: 'core.Commit'):
- super().__init__(commit.description)
+ super().__init__(f'{commit.sha[:10]} {commit.description}')
self.ui = ui
self.commit = commit