This PR introduces an enhancement to the interactive viewer's status bar, specifically to display the number of hunks for the current operation. This update aims to improve the user experience by providing a clearer overview of the changes being reviewed.
Changes:
Modified the operation info_ function in _interactiveviewer.ml to include the number of hunks in the status bar display.
Purpose:
The primary goal of this update is to make the interactive viewer more informative and user-friendly.
By displaying the number of hunks, users can quickly understand the scope of changes for each operation, facilitating a more efficient review process.
This PR introduces an enhancement to the interactive viewer's status bar, specifically to display the number of hunks for the current operation. This update aims to improve the user experience by providing a clearer overview of the changes being reviewed.
Changes:
Purpose: The primary goal of this update is to make the interactive viewer more informative and user-friendly. By displaying the number of hunks, users can quickly understand the scope of changes for each operation, facilitating a more efficient review process.
@panglesd