--> --> -->
 
 
RepoNotFound
Python 2.5.2: /usr/bin/python
Sat May 25 14:05:28 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/cgi-bin/darcsweb.cgi in ()
 2510 # get the repo configuration and fill the config class
 2511 current_repo = urllib.unquote(form['r'].value)
 2512 fill_config(current_repo)
 2513 
 2514 
fill_config = <function fill_config at 0x2714b18>, current_repo = 'ocaml-data-notation'
 /usr/lib/cgi-bin/darcsweb.cgi in fill_config(name='ocaml-data-notation')
 2396                 else:
 2397                         # not found
 2398                         raise "RepoNotFound", name
 2399 
 2400         # fill the configuration
name = 'ocaml-data-notation'

RepoNotFound: ocaml-data-notation