mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
28 lines
361 B
TOML
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 @'''
|
|
]
|