jj: Add revset aliases
This commit is contained in:
parent
25c6788247
commit
cfa59ae9df
1 changed files with 6 additions and 0 deletions
|
|
@ -33,3 +33,9 @@ concat(
|
||||||
|
|
||||||
[revsets]
|
[revsets]
|
||||||
log = "@ | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()"
|
log = "@ | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()"
|
||||||
|
|
||||||
|
[revset-aliases]
|
||||||
|
"bases" = "dev"
|
||||||
|
"downstream(x,y)" = "(x::y) & y"
|
||||||
|
"branches" = "downstream(trunk(), bookmarks()) & mine()"
|
||||||
|
"curbranch" = "latest(branches::@- & branches)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue