Skip to content

FR: jj describe --append --message=... #7508

@devurandom

Description

@devurandom

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

No one assigned

    Labels

    polish🪒🐃Make existing features more convenient and more consistent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions