tinycm diff tools/hgweb.py @ rev 43

Add: pt_BR.po
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jan 14 18:33:35 2014 -0200 (2014-01-14)
parents fa494a9879e3
children
line diff
     1.1 --- a/tools/hgweb.py	Wed Apr 11 15:57:29 2012 +0200
     1.2 +++ b/tools/hgweb.py	Tue Jan 14 18:33:35 2014 -0200
     1.3 @@ -4,7 +4,7 @@
     1.4  # See also http://mercurial.selenic.com/wiki/PublishingRepositories
     1.5  
     1.6  # Path to repo or hgweb config to serve (see 'hg help hgweb')
     1.7 -config = "/home/pankso/Public/cgi-bin/tinycm/content"
     1.8 +config = "/var/www/cgi-bin/tinycm/content"
     1.9  
    1.10  # Uncomment and adjust if Mercurial is not installed system-wide
    1.11  # (consult "installed modules" path from 'hg debuginstall'):