# HG changeset patch # User Steve Losh # Date 1254670034 14400 # Node ID bd040f01ea38876d9a883e4ef1ebaaf3dbb0fac1 # Parent ccad802be92db3576f00e7ac095b92bd8c3edc3f Add the author to glog output. diff -r ccad802be92d -r bd040f01ea38 .hgrc --- a/.hgrc Thu Oct 01 19:49:10 2009 -0400 +++ b/.hgrc Sun Oct 04 11:27:14 2009 -0400 @@ -72,7 +72,7 @@ track.current = True [defaults] -glog = -l7 --template 'changeset: {rev}:{node|short} \033[33;40m{tags}\033[37;40m \033[35;40m{branches}\033[37;40m\nsummary: {desc|firstline|fill68|tabindent|tabindent}\n\n' +glog = -l7 --template 'changeset: {rev}:{node|short} \033[1;30;40m{author|person}\033[0;37;40m \033[33;40m{tags}\033[37;40m \033[35;40m{branches}\033[37;40m\nsummary: {desc|firstline|fill68|tabindent|tabindent}\n\n' diff = --color always status = --color always serve = --style=gitweb