# HG changeset patch # User Augie Fackler # Date 1426277177 14400 # Node ID 412a0d3c7d87ee346269cd674e3bc7030a5fc9a1 # Parent 76cd5cf09b44be5012bcc10e68d7ff2bcea67166 hg: add bookmarked obsolete changes to upstream-bookmarks diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -20,7 +20,7 @@ hg_remotebranches= [alias] ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' -upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' +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 | xargs -0 egrep -H '$1'