Making mercurial hg log better
2008-12-10
Does the fact that hg log lists the entire repo history annoy you?
Turns out that this is easy to fix. Just create a line in your .hgrc:
$ cat ~/.hgrc
[defaults] log = --limit=5
Does the fact that hg log lists the entire repo history annoy you?
Turns out that this is easy to fix. Just create a line in your .hgrc:
$ cat ~/.hgrc
[defaults] log = --limit=5