Mercurial > dotfiles
changeset 23:e1caf3e773a8
Need an alias to do log of a named branch
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 16 Dec 2008 11:28:11 -0600 |
parents | 8715ccb6f61b |
children | d6fd2964258c |
files | .hgrc |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <durin42@gmail.com> style = compact