Mercurial > dotfiles
changeset 251:c7de7cfb5b2b
hg ll: switch to clever revset for more useful information
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 13 Jun 2011 14:15:19 -0500 |
parents | 3a5ce01ccea1 |
children | 5698bf7ae5b9 |
files | .hgrc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -24,7 +24,7 @@ filemerge.executable = opendiff-w filemerge.args = $local $other -ancestor $base -merge $output [alias] -ll=log --graph -l 6 +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' utip = log -r 'limit(heads(upstream()), 1)'