Mercurial > dotfiles
comparison .hgrc @ 360:412a0d3c7d87
hg: add bookmarked obsolete changes to upstream-bookmarks
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 13 Mar 2015 16:06:17 -0400 |
parents | b55a7fe4dfab |
children | 05ccb6c5fb4b |
comparison
equal
deleted
inserted
replaced
359:76cd5cf09b44 | 360:412a0d3c7d87 |
---|---|
18 hgsubversion= | 18 hgsubversion= |
19 hg_remotebranches= | 19 hg_remotebranches= |
20 | 20 |
21 [alias] | 21 [alias] |
22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' | 22 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' |
23 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' | 23 upstream-bookmarks = log -r 'bookmark() and (upstream() or obsolete())' --template '{bookmarks}\n' |
24 utip = log -r 'limit(heads(upstream()), 1)' | 24 utip = log -r 'limit(heads(upstream()), 1)' |
25 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | xargs -0 egrep -H '$1' | 25 egrep = !$HG locate -0 '$2' $3 $4 $5 $6 $7 $8 $9 | xargs -0 egrep -H '$1' |
26 | 26 |
27 wc-out = log -r 'ancestors(.) and not upstream()' | 27 wc-out = log -r 'ancestors(.) and not upstream()' |
28 wc-email = email -r 'ancestors(.) and not upstream()' | 28 wc-email = email -r 'ancestors(.) and not upstream()' |