diff test.ini @ 3651:659bd922520e beta

config: rename options to show_revision_number and show_sha_length 'sha_show_numeric_rev' had nothing to do with the sha value. The revision numbers are kind of native to Mercurial and there they are known as 'revision numbers'. 'sha_len' was very short and didn't clarify that it only controlled what was shown. These settings are currently only used in the changelog, but they should be used everywhere.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 15:56:12 +0200
parents 6750e8b5d234
children 3563bb7b4b82 88f11b5eb6db
line wrap: on
line diff
--- a/test.ini	Wed Apr 03 15:56:12 2013 +0200
+++ b/test.ini	Wed Apr 03 15:56:12 2013 +0200
@@ -107,9 +107,9 @@
 rss_items_per_page = 10
 rss_include_diff = false
 
-## show hash options for changelog
-sha_len = 12
-sha_show_numeric_rev = true
+## options for showing and identifying changesets
+show_sha_length = 12
+show_revision_number = true
 
 
 ## alternative_gravatar_url allows you to use your own avatar server application