Open davidbtadokoro opened 3 weeks ago
@rodrigosiqueira, don't know if you've already tested this, but I've pushed a new WIP commit yesterday that changed a bit the display of the patches that have already been reviewed-by and the ones that are staged to be. I've updated the PR description w/ these notions.
PR Commits
R
to toggle the reply to all patchesCloses: #78
Example
Selecting patches 1, 5, and 7 from a series with 29 patches, in which patches 0, 3, 7, and 11 have already been replied with
Reviewed-by
.Steps to test this change
patch-hub
w/cargo run --release
--dry-run
is enabled by default, but, for sanity, check if it is indeed enabled by going to the configurations screen (F2
) and checking the configgit send email option
.r
. You should see the titlePreview
of the patch preview tab becomePreview [REVIEWED-BY]*
. You should also see the full subset of patches that have been replied w/ the tag and the ones staged in theDetails
tab as the entryReviewed-by: (<patch-number-reviewed>,<patch-number-staged>*,...)
.R
.ENTER
. This should tear the sleek TUI, and display the raw output of the underlyinggit send-email
command.[x] reviewed-by
, and the patches that were replied to should be previewed w/ the titlePreview [REVIEWED-BY]
(without the asterisk) and show in the entryReviewed-by:
of the tabDetails
.Any problem report or idea is welcomed, and thank you for testing this feature.