-
Notifications
You must be signed in to change notification settings - Fork 720
Open
Labels
polish🪒🐃Make existing features more convenient and more consistentMake existing features more convenient and more consistent
Description
Is your feature request related to a problem? Please describe.
From a set of scripts, I want to execute commands and record the results in the change description, step by step. I would like for these scripts to be composable and simple (for me to write).
Describe the solution you'd like
It would be convenient if jj describe --append --message=...
would exist. It would append a line (or multiple lines) to the existing change description.
Describe alternatives you've considered
Currently, I record the description pieces into a temporary file and execute jj describe --message=$(cat tmpfile)
afterwards. This is inconvenient, because I have to pass the temporary file between scripts, and delete it afterwards.
Metadata
Metadata
Assignees
Labels
polish🪒🐃Make existing features more convenient and more consistentMake existing features more convenient and more consistent