[PATCH] hgk: add black and blue as preferred colors

Steve Borho steve at borho.org
Mon Dec 10 12:17:17 CST 2007


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1197310619 21600
# Node ID 6a8233c9abca666559fca0acd143356c2901bcd2
# Parent  fe2e8122981992ef24a27af320a7b124c53d8aac
hgk: add black and blue as preferred colors

diff --git a/contrib/hgk b/contrib/hgk
--- a/contrib/hgk
+++ b/contrib/hgk
@@ -3844,7 +3844,7 @@ set maxwidth 16
 
 set colors {green red blue magenta darkgrey brown orange}
 set authorcolors {
-    deeppink mediumorchid blue burlywood4 goldenrod slateblue red2 navy dimgrey
+    black blue deeppink mediumorchid blue burlywood4 goldenrod slateblue red2 navy dimgrey
 }
 
 catch {source ~/.hgk}


More information about the Mercurial-devel mailing list