Mercurial > dotfiles
comparison .hgrc @ 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 | 0fffee666bc7 |
comparison
equal
deleted
inserted
replaced
488:405a910cf164 | 489:29680270d3fd |
---|---|
17 | 17 |
18 [experimental] | 18 [experimental] |
19 obshashrange=no | 19 obshashrange=no |
20 | 20 |
21 [alias] | 21 [alias] |
22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' | |
23 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' | 22 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' |
24 utip = log -r 'limit(heads(upstream()), 1)' | 23 utip = log -r 'limit(heads(upstream()), 1)' |
25 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | (cd $(hg root) ; xargs -0 egrep -H '$1') | 24 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | (cd $(hg root) ; xargs -0 egrep -H '$1') |
26 crecord = !$HG commit --interactive --config ui.interface=curses $@ | 25 crecord = !$HG commit --interactive --config ui.interface=curses $@ |
27 | 26 |