Mercurial > dotfiles
changeset 469:838039231429
hg: disable enormous obshashrange cache
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 22 Dec 2018 14:32:04 -0500 |
parents | bec91aeefddc |
children | c6639657b6f3 |
files | .hgrc |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -20,6 +20,9 @@ show= hgext.transplant= remotenames= +[experimental] +obshashrange=no + [alias] ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n'