Mercurial > dotfiles
changeset 489:29680270d3fd
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.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 30 Jun 2020 10:44:34 -0400 |
parents | 405a910cf164 |
children | 10811c923fc0 |
files | .hgrc |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')