# HG changeset patch # User Steve Losh # Date 1243793848 14400 # Node ID 64eb1503fc6c9c0b33b60091c4c6a9876f848a32 # Parent 3427b1b94e54c7900ff90a368811598ccb626534 Add the prompt colors to glog's tags. diff -r 3427b1b94e54 -r 64eb1503fc6c .hgrc --- a/.hgrc Sun May 31 03:22:22 2009 -0400 +++ b/.hgrc Sun May 31 14:17:28 2009 -0400 @@ -27,7 +27,7 @@ track.current = True [defaults] -glog = -l7 --template 'changeset: {rev}:{node|short} {tags}\nsummary: {desc|firstline|fill68|tabindent|tabindent}\n\n' +glog = -l7 --template 'changeset: {rev}:{node|short} \033[35;40m{tags}\033[37;40m\nsummary: {desc|firstline|fill68|tabindent|tabindent}\n\n' diff = --color always status = --color always serve = --style=gitweb