Mercurial > dotfiles
comparison .hgrc @ 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 |
comparison
equal
deleted
inserted
replaced
250:3a5ce01ccea1 | 251:c7de7cfb5b2b |
---|---|
22 [merge-tools] | 22 [merge-tools] |
23 filemerge.executable = opendiff-w | 23 filemerge.executable = opendiff-w |
24 filemerge.args = $local $other -ancestor $base -merge $output | 24 filemerge.args = $local $other -ancestor $base -merge $output |
25 | 25 |
26 [alias] | 26 [alias] |
27 ll=log --graph -l 6 | 27 ll=log --graph --style compact --limit 6 -r 'sort((::. or bookmark() or heads(upstream())), "-rev")' |
28 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' | 28 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' |
29 utip = log -r 'limit(heads(upstream()), 1)' | 29 utip = log -r 'limit(heads(upstream()), 1)' |
30 | 30 |
31 wc-out = log -r 'ancestors(.) and not upstream()' | 31 wc-out = log -r 'ancestors(.) and not upstream()' |
32 wc-email = email -r 'ancestors(.) and not upstream()' | 32 wc-email = email -r 'ancestors(.) and not upstream()' |