pico

created pr with 13.1 on 2024-07-22T18:12:32Z · by 964fa508
added 13.2 on 2024-07-22T18:36:17Z · by c8ef7d19
-: ------- > 1: 605c47b nice!
1: be8edcf = 2: 605c47b contrib: add dev script
changed status to accepted on 2024-07-22T18:36:17Z · by c8ef7d19
cmds
checkout latest patchset:
ssh pr.pico.sh print 13 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 13.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 13
set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 13
set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 13

Patchset 13.2 on 2024-07-22T18:36:17Z · commit 605c47b

nice!
Eric Bower 2024-07-22T18:33:12Z
Since you mentioned automated testing, I wonder if we could incorporate this into CI?

jolheiser (1):
  contrib: add dev script

 contrib/dev/README.md |  12 +++
 contrib/dev/main.go   | 203 ++++++++++++++++++++++++++++++++++++++++++
 fixtures/fixtures.go  |   6 ++
 3 files changed, 221 insertions(+)
 create mode 100644 contrib/dev/README.md
 create mode 100644 contrib/dev/main.go
 create mode 100644 fixtures/fixtures.go

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