Mercurial > dotfiles
changeset 250:3a5ce01ccea1
hgrc: add utip alias for finding upstream tip
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 05 May 2011 11:00:27 -0500 |
parents | fed8445581bb |
children | c7de7cfb5b2b |
files | .hgrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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()'