jj: add prefix to automatically created bookmarks
This commit is contained in:
parent
d972cd5449
commit
f8c5edeef6
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ diff-formatter = ["difft", "--color=always", "$left", "$right"]
|
||||||
[git]
|
[git]
|
||||||
private-commits = "wip | nocommit | dev-only"
|
private-commits = "wip | nocommit | dev-only"
|
||||||
|
|
||||||
|
[templates]
|
||||||
|
git_push_bookmark = '"sloane/push-" ++ change_id.short()'
|
||||||
|
|
||||||
[revsets]
|
[revsets]
|
||||||
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
|
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue