zmx
created pr with
110.1
cmds
checkout latest patchset:
ssh pr.pico.sh print 110 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 110.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 110
Patchset
110.1
docs: Fix typo in CHANGELOG
Noelle Leigh
2026-02-22T16:33:08Z"stale" → "stall" Signed-off-by: Noelle Leigh <noelle_leigh@fastmail.com>
Semantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(1 file skipped: unsupported file type)
+1
-1
CHANGELOG.md
#
| ... | ... | @@ -7,7 +7,7 @@ Use spec: https://common-changelog.org/ | |
| 7 | 7 | ### Added | |
| 8 | 8 | ||
| 9 | 9 | - New environment variable `ZMX_SESSION_PREFIX` which will be inserted before every session name for every command | |
| 10 | - | - New command `zmx wait` which will stale until all tasks (`zmx run`) are completed. | |
| 10 | + | - New command `zmx wait` which will stall until all tasks (`zmx run`) are completed. | |
| 11 | 11 | ||
| 12 | 12 | ### Changed | |
| 13 | 13 |