# HG changeset patch # User Augie Fackler # Date 1229448491 21600 # Node ID e1caf3e773a8cee9480f578bcc93b1cedd87041e # Parent 8715ccb6f61b655be8d1188f03740166d4509e62 Need an alias to do log of a named branch diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -1,4 +1,5 @@ [extensions] +hgext.alias= hgext.bookmarks= hgext.color= hgext.convert= @@ -14,6 +15,10 @@ hgext.transplant= hgext.zeroconf= hgsubversion= +[alias] +# because the --graph default to log breaks log -b +blog=log -b + [ui] username = Augie Fackler style = compact