# HG changeset patch # User Augie Fackler # Date 1545507124 18000 # Node ID 838039231429e2fc97f80804085e687676ea5d90 # Parent bec91aeefddc10b0f2a6090d614d67a315381d14 hg: disable enormous obshashrange cache diff --git a/.hgrc b/.hgrc --- 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'