[Python-checkins] hooks: Use gray for the URL instead of brown.

local-hg python-checkins at python.org
Fri Sep 28 12:17:03 CEST 2012


http://hg.python.org/hooks/rev/0c69c9dd04a1
changeset:   85:0c69c9dd04a1
user:        hg repo admin <python-dev at python.org>
date:        Fri Sep 28 10:17:01 2012 +0000
summary:
  Use gray for the URL instead of brown.

files:
  hgirker.py |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/hgirker.py b/hgirker.py
--- a/hgirker.py
+++ b/hgirker.py
@@ -14,7 +14,7 @@
 %(yellow)s%(branch)s%(reset)s \
 * %(bold)s%(rev)s%(bold)s \
 / %(files)s%(bold)s:%(bold)s %(logmsg)s \
-%(brown)s%(url)s%(reset)s'''
+%(gray)s%(url)s%(reset)s'''
 
 def getenv(ui, repo):
     env = {
@@ -23,6 +23,7 @@
         'blue': '\x032',
         'yellow': '\x037',
         'brown': '\x035',
+        'gray': '\x0314',
         'reset': '\x0F'
     }
     env['repo'] = repo

-- 
Repository URL: http://hg.python.org/hooks


More information about the Python-checkins mailing list