jj: Add showing working copy log by default
By default, the log invocation now shows at least 5 ancestors of the current working copy branch. This makes it much easier to get situated to the current location for me - otherwise, if I just pushed my main branch and thus there is the main bookmark just below my commit none of the last couple changes are shown in the log. If there are fewer than 5 ancestors it will just show however many there were.
This commit is contained in:
parent
c19dbefb2c
commit
6a6dfe3a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ concat(
|
|||
'''
|
||||
|
||||
[revsets]
|
||||
log = "@ | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()"
|
||||
log = "ancestors(@, 5) | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()"
|
||||
|
||||
[revset-aliases]
|
||||
"bases" = "dev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue