Changeset - 6750e8b5d234
[Not reviewed]
beta
0 5 0
Marcin Kuzminski - 13 years ago 2013-03-25 14:08:15
marcin@python-works.com
rename sha_rev to something more understandable
5 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -109,7 +109,7 @@ rss_include_diff = false
 

	
 
## show hash options for changelog
 
sha_len = 12
 
sha_rev = true
 
sha_show_numeric_rev = true
 

	
 

	
 
## alternative_gravatar_url allows you to use your own avatar server application
production.ini
Show inline comments
 
@@ -109,7 +109,7 @@ rss_include_diff = false
 

	
 
## show hash options for changelog
 
sha_len = 12
 
sha_rev = true
 
sha_show_numeric_rev = true
 

	
 

	
 
## alternative_gravatar_url allows you to use your own avatar server application
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -109,7 +109,7 @@ rss_include_diff = false
 

	
 
## show hash options for changelog
 
sha_len = 12
 
sha_rev = true
 
sha_show_numeric_rev = true
 

	
 

	
 
## alternative_gravatar_url allows you to use your own avatar server application
rhodecode/lib/helpers.py
Show inline comments
 
@@ -380,7 +380,7 @@ def show_id(cs):
 
    """
 
    from rhodecode import CONFIG
 
    def_len = safe_int(CONFIG.get('sha_len', 12))
 
    show_rev = str2bool(CONFIG.get('sha_rev', True))
 
    show_rev = str2bool(CONFIG.get('sha_show_numeric_rev', True))
 

	
 
    raw_id = cs.raw_id[:def_len]
 
    if show_rev:
test.ini
Show inline comments
 
@@ -109,7 +109,7 @@ rss_include_diff = false
 

	
 
## show hash options for changelog
 
sha_len = 12
 
sha_rev = true
 
sha_show_numeric_rev = true
 

	
 

	
 
## alternative_gravatar_url allows you to use your own avatar server application
0 comments (0 inline, 0 general)