# HG changeset patch # User Augie Fackler # Date 1304610636 18000 # Node ID 3fd758a51947b42dc81b81647127ee7209784592 # Parent 5fdca3153e7589fad4aba32202cd79fecaad88eb hgrc: two useful aliases for working copy history diff --git a/.hgrc b/.hgrc --- 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 style = compact