pico

created pr with 12.1 on 2024-07-22T17:56:38Z · by 964fa508
pr_reviewed on 2024-07-22T18:28:48Z · by c8ef7d19
cmds
checkout latest patchset:
ssh pr.pico.sh print 12 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 12.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 12

Patchset 12.2 on 2024-07-22T18:28:48Z · commit 0d8b33f

lgtm
Eric Bower 2024-07-22T18:28:00Z
I think we need the same logic for the `pr reopen` cmd as well

Eric Bower (1):
  chore: update `pr reopen` cmd as well

jolheiser (1):
  fix: log admin as closer

 cli.go | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

base-commit: 31fcd4a1f446368c4f1db8427282ee0222962f1f
--
2.45.2
Back to top