update HGWEB_URL 0.2.0-rc1
authorTero Marttila <terom@fixme.fi>
Sun, 13 Sep 2009 20:11:00 +0300
changeset 14435c4c56f1376
parent 143 154d2d8ae9c0
child 145 bc2910029fa8
update HGWEB_URL
qmsk/irclogs/config.py
     1.1 --- a/qmsk/irclogs/config.py	Sun Sep 13 20:08:16 2009 +0300
     1.2 +++ b/qmsk/irclogs/config.py	Sun Sep 13 20:11:00 2009 +0300
     1.3 @@ -52,7 +52,7 @@
     1.4  ])
     1.5  
     1.6  # URL to the hgweb installation for this code
     1.7 -HGWEB_URL                       = "http://hg.qmsk.net/irclogs2"
     1.8 +HGWEB_URL                       = "http://hg.qmsk.net/qmsk.irclogs"
     1.9  
    1.10  # path to the mercurial working copy
    1.11  HG_WC_PATH                      = "."