comparison 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
comparison
equal deleted inserted replaced
3650:76ae40e514eb 3651:659bd922520e
105 ## RSS feed options 105 ## RSS feed options
106 rss_cut_off_limit = 256000 106 rss_cut_off_limit = 256000
107 rss_items_per_page = 10 107 rss_items_per_page = 10
108 rss_include_diff = false 108 rss_include_diff = false
109 109
110 ## show hash options for changelog 110 ## options for showing and identifying changesets
111 sha_len = 12 111 show_sha_length = 12
112 sha_show_numeric_rev = true 112 show_revision_number = true
113 113
114 114
115 ## alternative_gravatar_url allows you to use your own avatar server application 115 ## alternative_gravatar_url allows you to use your own avatar server application
116 ## the following parts of the URL will be replaced 116 ## the following parts of the URL will be replaced
117 ## {email} user email 117 ## {email} user email