Is the number of items in the log configurable? #5210
-
Hi all, I found that there are a lot of options for configuring the log behaviour. In my case, I set the For now I will create an alias
Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Since you don't actually want to see all commit, maybe a better solution is to find a revset that better fits your needs instead of using |
Beta Was this translation helpful? Give feedback.
Since you don't actually want to see all commit, maybe a better solution is to find a revset that better fits your needs instead of using
::
. You can find the default revset here. You can replace the 2 there by 10 if you want some more immutable history. Then wrap the whole thing inlatest(..., 10)
to find the latest 10 commits in the set if that's what you want.