include trunk() in default revset
This commit is contained in:
parent
65fb85fa90
commit
439bcf64be
1 changed files with 2 additions and 1 deletions
|
@ -12,10 +12,11 @@ program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||||
[ui]
|
[ui]
|
||||||
paginate = "never"
|
paginate = "never"
|
||||||
default-command = "log"
|
default-command = "log"
|
||||||
|
editor = "nvim"
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = "1699281+sloanelybutsurely@users.noreply.github.com"
|
email = "1699281+sloanelybutsurely@users.noreply.github.com"
|
||||||
name = "sloane"
|
name = "sloane"
|
||||||
|
|
||||||
[revsets]
|
[revsets]
|
||||||
log = "ancestors(reachable(@ | mine(), mutable()), 2) | @"
|
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
|
||||||
|
|
Loading…
Reference in a new issue