Mercurial > dotfiles
comparison .hgrc @ 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 |
comparison
equal
deleted
inserted
replaced
243:5fdca3153e75 | 244:3fd758a51947 |
---|---|
23 filemerge.args = $local $other -ancestor $base -merge $output | 23 filemerge.args = $local $other -ancestor $base -merge $output |
24 | 24 |
25 [alias] | 25 [alias] |
26 ll=log --graph -l 6 | 26 ll=log --graph -l 6 |
27 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' | 27 upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n' |
28 | |
29 wc-out = log -r 'ancestors(.) and not upstream()' | |
30 wc-email = email -r 'ancestors(.) and not upstream()' | |
28 | 31 |
29 [ui] | 32 [ui] |
30 username = Augie Fackler <durin42@gmail.com> | 33 username = Augie Fackler <durin42@gmail.com> |
31 style = compact | 34 style = compact |
32 ignore = ~/.hgglobalignore | 35 ignore = ~/.hgglobalignore |