# HG changeset patch # User Augie Fackler # Date 1593528274 14400 # Node ID 29680270d3fdd0afa2df5c607eda61f00f92b024 # Parent 405a910cf16453bb55983c1e06725f201e5e0664 hg: drop ll alias that I haven't used in years It ends up breaking some work config stuff and I may as well dump this. diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -19,7 +19,6 @@ strip= 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' utip = log -r 'limit(heads(upstream()), 1)' egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | (cd $(hg root) ; xargs -0 egrep -H '$1')