# HG changeset patch # User Augie Fackler # Date 1304611227 18000 # Node ID 3a5ce01ccea172dd95aa095764ffcdff2436022e # Parent fed8445581bb089433a40b3a56af17be4aa7f500 hgrc: add utip alias for finding upstream tip diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -26,6 +26,7 @@ filemerge.args = $local $other -ancestor [alias] ll=log --graph -l 6 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' +utip = log -r 'limit(heads(upstream()), 1)' wc-out = log -r 'ancestors(.) and not upstream()' wc-email = email -r 'ancestors(.) and not upstream()'