changeset 243:5fdca3153e75

hgrc: upstream bookmarks alias
author Augie Fackler <durin42@gmail.com>
date Wed, 13 Apr 2011 10:31:23 -0500
parents 1ba5a7b0a328
children 3fd758a51947
files .hgrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -24,6 +24,7 @@ filemerge.args = $local $other -ancestor
 
 [alias]
 ll=log --graph -l 6
+upstream-bookmarks = log -r 'bookmark() and upstream()' --template '{bookmarks}\n'
 
 [ui]
 username = Augie Fackler <durin42@gmail.com>