Add the prompt colors to glog's tags.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 31 May 2009 14:17:28 -0400 |
parents |
3427b1b94e54
|
children |
06adc73bb24a
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- 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