mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
parent
afa6ef302d
commit
5d4da9b9df
1 changed files with 28 additions and 0 deletions
28
rules/jj.toml
Normal file
28
rules/jj.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
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 @'''
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue