pay-respects/rules/jj.toml
Jakob Hellermann 5d4da9b9df
rules(jj): add rules (github #30)
Co-authored-by: iff <iff@ik.me>
2025-01-18 16:11:27 +01:00

28 lines
361 B
TOML

command = "jj"
[[match_err]]
pattern = [
"pass `--ignore-immutable`"
]
suggest = [
'''
{{command}} --ignore-immutable'''
]
[[match_err]]
pattern = [
"use --allow-new to push new bookmark"
]
suggest = [
'''
{{command}} --allow-new'''
]
[[match_err]]
pattern = [
"no bookmarks found in the default push revset"
]
suggest = [
'''
{{command}} --change @'''
]