changeset 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 76cd5cf09b44
children 05ccb6c5fb4b
files .hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'