# HG changeset patch # User Robert Bauck Hamar # Date 1234202455 -3600 # Node ID 5f7512f680cb9006f730eb851fa49f42237e9aaf # Parent 59815cef38f0d8136f1b5eabd419724ad624df7d hgk: added explanation to .hgk for background colour diff -r 59815cef38f0 -r 5f7512f680cb contrib/hgk --- a/contrib/hgk Mon Feb 09 19:00:52 2009 +0100 +++ b/contrib/hgk Mon Feb 09 19:00:55 2009 +0100 @@ -730,6 +730,8 @@ puts $f "# the last entry will be reused." puts $f "#" puts $f "set authorcolors {$authorcolors}" + puts $f "#" + puts $f "# The background color in the text windows" puts $f "set bgcolor $bgcolor" puts $f "#" puts $f "# The text color used in the diff and file list view"