# HG changeset patch # User Tero Marttila # Date 1252861860 -10800 # Node ID 35c4c56f1376587a11bd46f5259f030f03e9876e # Parent 154d2d8ae9c00cb0535b653fd2b9bec234d815d9 update HGWEB_URL diff -r 154d2d8ae9c0 -r 35c4c56f1376 qmsk/irclogs/config.py --- a/qmsk/irclogs/config.py Sun Sep 13 20:08:16 2009 +0300 +++ b/qmsk/irclogs/config.py Sun Sep 13 20:11:00 2009 +0300 @@ -52,7 +52,7 @@ ]) # URL to the hgweb installation for this code -HGWEB_URL = "http://hg.qmsk.net/irclogs2" +HGWEB_URL = "http://hg.qmsk.net/qmsk.irclogs" # path to the mercurial working copy HG_WC_PATH = "."