# HG changeset patch # User Arne Babenhauserheide # Date 1243173982 -7200 # Node ID 036f686365ca183575323cd75014ab38392e82f3 # Parent 45155fbcee67987a1580caf5ac639528f3234813# Parent f73d4e6949bf6d3841b81dce9bdaf0fef1179615 merge diff -r f73d4e6949bf -r 036f686365ca Todo.txt --- a/Todo.txt Sat May 23 15:21:32 2009 +0200 +++ b/Todo.txt Sun May 24 16:06:22 2009 +0200 @@ -5,7 +5,7 @@ * quick_start * learn_mercurial (links to different resources with short descriptions) * testimonies: "It just works (with a random quote at the beginning) -* who_uses_mercurial (Only 6 relevant projects, ideally with link to their repos and a text with their experience) +* who_uses_mercurial (Only 6 relevant projects, ideally with link to their repos and a text with their experience) - in the works by ArneBab * Automatic detection of the current version for downloads. Possibly via PyPI. Longterm: diff -r f73d4e6949bf -r 036f686365ca hgscm/apps/www/urls.py --- a/hgscm/apps/www/urls.py Sat May 23 15:21:32 2009 +0200 +++ b/hgscm/apps/www/urls.py Sun May 24 16:06:22 2009 +0200 @@ -3,7 +3,7 @@ urlpatterns = patterns('hgscm.apps.www.views', url(r'^$', 'frontpage', name='frontpage'), url(r'^about$', 'about', name='about'), - url(r'^workflow_guide$', 'workflow_guide', name='workflow_guide'), + url(r'^workflow-guide$', 'workflow_guide', name='workflow_guide'), url(r'^thepage$', 'thepage', name='thepage'), url(r'^downloads$', 'downloads', name='downloads'), url(r'^download/(?P.*?)/(?P.*?)$', 'download', name='download'),