pico
created pr with
13.1
added 13.2
-: ------- > 1: 605c47b nice!
1: be8edcf = 2: 605c47b contrib: add dev script
changed status to
accepted
cmds
checkout latest patchset:
ssh pr.pico.sh print 13 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 13.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 13set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 13set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 13
Patchset
13.2
nice!
Eric Bower
2024-07-22T18:33:12ZSince 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