# HG changeset patch # User Robert Bauck Hamar # Date 2009-02-09 18:00:55 # Node ID 5f7512f680cb9006f730eb851fa49f42237e9aaf # Parent 59815cef38f0d8136f1b5eabd419724ad624df7d hgk: added explanation to .hgk for background colour diff --git a/contrib/hgk b/contrib/hgk --- a/contrib/hgk +++ b/contrib/hgk @@ -730,6 +730,8 @@ proc savestuff {w} { 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"