Mercurial > dotfiles
changeset 244:3fd758a51947
hgrc: two useful aliases for working copy history
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 05 May 2011 10:50:36 -0500 |
parents | 5fdca3153e75 |
children | 74bc570bff86 |
files | .hgrc |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -26,6 +26,9 @@ filemerge.args = $local $other -ancestor ll=log --graph -l 6 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' +wc-out = log -r 'ancestors(.) and not upstream()' +wc-email = email -r 'ancestors(.) and not upstream()' + [ui] username = Augie Fackler <durin42@gmail.com> style = compact