changeset 10:525ed90e4577

major app speedup moved the wsgi creation to app globals, in order to make it run only once. little config changes.
author Marcin Kuzminski
date Sat, 20 Feb 2010 14:30:13 +0100
parents 058f63b6c2ff
children 92b070bb061d
files development.ini production.ini pylons_app.log pylons_app/config/middleware.py pylons_app/controllers/hg.py pylons_app/lib/app_globals.py
diffstat 6 files changed, 1899 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Thu Feb 18 17:38:27 2010 +0100
+++ b/development.ini	Sat Feb 20 14:30:13 2010 +0100
@@ -4,6 +4,12 @@
 ##
 ## The %(here)s variable will be replaced with the parent directory of this file
 ##
+[exe]
+command = serve
+daemon = false
+user = nobody
+group = nobody
+
 [DEFAULT]
 debug = true
 ## Uncomment and replace with the address which should receive any error reports
@@ -14,7 +20,7 @@
 [server:main]
 use = egg:Paste#http
 host = 127.0.0.1
-port = 5000
+port = 8001
 
 [app:main]
 use = egg:pylons_app
@@ -57,13 +63,12 @@
 #set debug = false
 
 ##dozer logging
-#logview.sqlalchemy = #faa
-#logview.pylons.templating = #bfb
-#logview.sample_app.lib = #aaa
+logview.pylons.templating = #bfb
+logview.sample_app.lib = #aaa
 
 # Logging configuration
 [loggers]
-keys = root, routes, pylons_app, sqlalchemy
+keys = root, routes, pylons_app
 
 [handlers]
 keys = console,file_handler
@@ -87,13 +92,6 @@
 handlers = console,file_handler
 qualname = pylons_app
 
-[logger_sqlalchemy]
-level = DEBUG
-handlers = 
-qualname = sqlalchemy.pool
-propagate = 0
-
-
 ## HANDLERS ##
 
 [handler_console]
--- a/production.ini	Thu Feb 18 17:38:27 2010 +0100
+++ b/production.ini	Sat Feb 20 14:30:13 2010 +0100
@@ -4,6 +4,12 @@
 ##
 ## The %(here)s variable will be replaced with the parent directory of this file
 ##
+[exe]
+command = serve
+daemon = false
+user = nobody
+group = nobody
+
 [DEFAULT]
 debug = true
 ## Uncomment and replace with the address which should receive any error reports
@@ -54,7 +60,7 @@
 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to
 ## execute malicious code after an exception is raised.
-#set debug = false
+set debug = false
 
 ##dozer logging
 #logview.sqlalchemy = #faa
@@ -63,7 +69,7 @@
 
 # Logging configuration
 [loggers]
-keys = root, routes, pylons_app, sqlalchemy
+keys = root, routes, pylons_app
 
 [handlers]
 keys = console,file_handler
@@ -78,7 +84,7 @@
 
 [logger_routes]
 level = INFO
-handlers = console
+handlers = file_handler
 qualname = routes.middleware
 # "level = DEBUG" logs the route matched and routing variables.
 
@@ -87,12 +93,6 @@
 handlers = file_handler
 qualname = pylons_app
 
-[logger_sqlalchemy]
-level = DEBUG
-handlers = 
-qualname = sqlalchemy.pool
-propagate = 0
-
 
 ## HANDLERS ##
 
--- a/pylons_app.log	Thu Feb 18 17:38:27 2010 +0100
+++ b/pylons_app.log	Sat Feb 20 14:30:13 2010 +0100
@@ -10073,3 +10073,1864 @@
 17:35:41,927 DEBUG [paste.httpserver.ThreadPool] Started new worker 139817071204624: Initial worker pool
 17:35:41,927 DEBUG [paste.httpserver.ThreadPool] Started new worker 139817062811920: Initial worker pool
 17:35:41,927 DEBUG [paste.httpserver.ThreadPool] Started new worker 139817054419216: Initial worker pool
+17:44:52,578 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+17:44:52,579 DEBUG [pylons.configuration] Pushing process configuration
+17:44:52,582 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+17:44:52,582 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+17:44:52,586 DEBUG [pylons.templating] Initialized Buffet object
+17:44:52,586 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+17:44:52,586 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+17:44:52,589 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351700621584: Initial worker pool
+17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351692228880: Initial worker pool
+17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351683836176: Initial worker pool
+17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351675443472: Initial worker pool
+17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351667050768: Initial worker pool
+17:44:52,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351658658064: Initial worker pool
+17:44:52,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351650265360: Initial worker pool
+17:44:52,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351641872656: Initial worker pool
+17:44:52,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351633479952: Initial worker pool
+17:44:52,592 DEBUG [paste.httpserver.ThreadPool] Started new worker 140351625087248: Initial worker pool
+17:45:10,225 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+17:45:10,228 DEBUG [routes.middleware] Matched GET /hg_app
+17:45:10,228 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+17:45:10,228 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}
+17:45:10,228 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+17:45:10,229 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+17:45:10,283 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+17:45:10,299 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+17:45:10,299 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+17:45:10,299 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+17:45:10,299 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x30af4d0>, 'start_response': <function repl_start_response at 0x30aecf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2fbb550>, 'beaker.cache': <beaker.cache.CacheManager object at 0x2fbb810>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2fbb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30af810>>, 'CONTENT_LENGTH': '0', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30af4d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30af390>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30af810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'wsgi.input': <socket._fileobject object at 0x2f45a50 length=0>, 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511510.299964, '_creation_time': 1266511510.299964}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30af390>, 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2fd1f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2305550>, 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'}
+17:45:11,295 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
+17:45:11,296 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
+17:45:11,296 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+17:45:11,308 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+17:45:11,319 DEBUG [routes.middleware] Matched GET /hg_app
+17:45:11,320 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+17:45:11,320 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}
+17:45:11,320 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+17:45:11,320 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+17:45:11,321 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+17:45:11,321 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+17:45:11,321 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+17:45:11,321 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3525950>, 'start_response': <function repl_start_response at 0x3858f50>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2fbb550>, 'beaker.cache': <beaker.cache.CacheManager object at 0x2fbb810>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2fbb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'cmd=heads', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36185d0>>, 'CONTENT_LENGTH': '0', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3525950>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30af410>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36185d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'wsgi.input': <socket._fileobject object at 0x2f45ad0 length=0>, 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511511.3216901, '_creation_time': 1266511511.3216901}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30af410>, 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30af210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2305550>, 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'}
+17:45:12,269 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
+17:45:12,269 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
+17:45:12,269 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+17:45:12,272 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+17:45:12,273 DEBUG [routes.middleware] Matched GET /hg_app
+17:45:12,273 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+17:45:12,273 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}
+17:45:12,273 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+17:45:12,274 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+17:45:12,274 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+17:45:12,274 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+17:45:12,274 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+17:45:12,274 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3857e50>, 'start_response': <function repl_start_response at 0x3870aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2fbb550>, 'beaker.cache': <beaker.cache.CacheManager object at 0x2fbb810>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2fbb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'cmd=capabilities', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3857910>>, 'CONTENT_LENGTH': '0', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3857e50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x354a910>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3857910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'wsgi.input': <socket._fileobject object at 0x35168d0 length=0>, 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511512.2750239, '_creation_time': 1266511512.2750239}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x354a910>, 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x354a790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2305550>, 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'}
+17:45:13,186 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
+17:45:13,186 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
+17:45:13,186 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+17:45:13,189 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+17:45:13,189 DEBUG [routes.middleware] Matched GET /hg_app
+17:45:13,190 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+17:45:13,190 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}
+17:45:13,190 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+17:45:13,190 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+17:45:13,191 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+17:45:13,191 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+17:45:13,191 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+17:45:13,191 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x38796d0>, 'start_response': <function repl_start_response at 0x388c0c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2fbb550>, 'beaker.cache': <beaker.cache.CacheManager object at 0x2fbb810>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2fbb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'bases=0000000000000000000000000000000000000000&cmd=changegroupsubset&heads=058f63b6c2ff15c53b17e1af3fd876a450698518', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3879fd0>>, 'CONTENT_LENGTH': '0', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'HTTP_USER_AGENT': 'mercurial/proto-1.0', 'SERVER_NAME': '192.168.66.71', 'REMOTE_ADDR': '192.168.2.135', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x38796d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b5290>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3879fd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2fbb850>, 'wsgi.input': <socket._fileobject object at 0x3625dd0 length=0>, 'HTTP_HOST': '192.168.66.71:5000', 'beaker.session': {'_accessed_time': 1266511513.1916749, '_creation_time': 1266511513.1916749}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b5290>, 'HTTP_ACCEPT': 'application/mercurial-0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36b5090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa63200b1c8>, 'wsgi.multiprocess': False, 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2305550>, 'HTTP_ACCEPT_ENCODING': 'identity'}, 'path_info': 'hg_app', 'action': u'view'}
+17:45:14,103 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
+17:45:14,114 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
+17:45:14,114 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+17:45:25,141 INFO  [paste.httpserver.ThreadPool] Shutting down threadpool
+12:15:47,808 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+12:15:47,836 DEBUG [pylons.configuration] Pushing process configuration
+12:15:47,849 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+12:15:47,850 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+12:15:47,860 DEBUG [pylons.templating] Initialized Buffet object
+12:15:47,861 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+12:15:47,861 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+12:15:47,865 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166778497296: Initial worker pool
+12:15:47,865 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166770104592: Initial worker pool
+12:15:47,865 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166761711888: Initial worker pool
+12:15:47,866 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166753319184: Initial worker pool
+12:15:47,866 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166744926480: Initial worker pool
+12:15:47,866 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166736533776: Initial worker pool
+12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166728141072: Initial worker pool
+12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166719748368: Initial worker pool
+12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166711355664: Initial worker pool
+12:15:47,867 DEBUG [paste.httpserver.ThreadPool] Started new worker 140166702962960: Initial worker pool
+12:16:08,052 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+12:16:08,055 DEBUG [routes.middleware] Matched GET /
+12:16:08,055 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+12:16:08,055 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+12:16:08,056 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+12:16:08,061 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+12:16:08,555 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+12:16:08,555 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+12:16:08,555 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+12:16:08,555 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+12:16:08,556 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x1d2b690>, 'start_response': <function repl_start_response at 0x1d35050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1d2b9d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1d2b690>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1d2b490>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1d2b9d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x1d10350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664568.5564301, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1d2b490>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1d2b150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+12:16:11,822 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+12:16:11,823 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+12:16:11,888 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+12:16:11,897 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+12:16:11,898 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+12:16:11,898 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+12:16:11,899 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+12:16:11,899 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+12:16:11,899 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+12:16:11,900 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+12:16:11,900 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+12:16:11,900 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+12:16:11,900 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2264990>, 'start_response': <function repl_start_response at 0x2260d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2264f10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2264990>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2264a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2264f10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x1d10450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664571.900681, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2264a50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2264dd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+12:16:12,019 DEBUG [routes.middleware] Matched GET /static/hgicon.png
+12:16:12,019 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+12:16:12,019 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
+12:16:12,019 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+12:16:12,020 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+12:16:12,020 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+12:16:12,020 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+12:16:12,020 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+12:16:12,020 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2257c90>, 'start_response': <function repl_start_response at 0x2260cf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2257c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2257c90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2257d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2257c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x2261550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664572.0208709, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2257d90>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x226eed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+12:16:14,902 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+12:16:14,942 DEBUG [routes.middleware] Matched GET /static/hgicon.png
+12:16:14,942 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+12:16:14,943 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
+12:16:14,943 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+12:16:14,943 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+12:16:14,943 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+12:16:14,943 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+12:16:14,944 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+12:16:14,944 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x24f6450>, 'start_response': <function repl_start_response at 0x22707d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x24f6510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x24f6450>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24f6150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x24f6510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x2261950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266664574.9444411, '_creation_time': 1266664568.5564301}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24f6150>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x226ec10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+12:16:15,308 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+12:16:15,338 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+12:16:15,634 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+12:16:15,878 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+12:16:17,162 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+12:16:17,162 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+13:59:37,814 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+13:59:37,817 DEBUG [routes.middleware] Matched GET /
+13:59:37,818 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+13:59:37,818 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+13:59:37,819 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+13:59:37,821 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+13:59:37,821 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+13:59:37,822 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+13:59:37,822 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+13:59:37,823 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x24f60d0>, 'start_response': <function repl_start_response at 0x2260aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_COOKIE': 'pylons_app=044d7403781bb7a7943e21cd241aa1729c42f14a23ba0311c0ae3136b28d7c3d67158c28', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x24f64d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x24f60d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24f6ad0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x24f64d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x2261750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670777.823997, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24f6ad0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x22648d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+13:59:39,522 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+13:59:39,522 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+13:59:39,559 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+13:59:39,560 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+13:59:39,560 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+13:59:39,560 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+13:59:39,560 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+13:59:39,561 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+13:59:39,561 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+13:59:39,561 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+13:59:39,561 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+13:59:39,561 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x226e350>, 'start_response': <function repl_start_response at 0x2270a28>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x226e050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x226e350>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24f69d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x226e050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x22615d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670779.5618861, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24f69d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2257cd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+13:59:41,258 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+13:59:41,258 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:00:37,368 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:00:37,371 DEBUG [routes.middleware] Matched GET /
+14:00:37,371 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:00:37,372 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:00:37,373 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:00:37,374 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:00:37,374 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:00:37,375 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:00:37,375 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:00:37,375 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2264e50>, 'start_response': <function repl_start_response at 0x2477140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2264410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2264e50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x226edd0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2264410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x22616d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670837.3765171, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x226edd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24f63d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:00:39,265 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:00:39,265 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:00:39,303 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:00:39,304 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:00:39,304 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:00:39,304 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:00:39,304 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:00:39,305 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:00:39,305 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:00:39,305 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:00:39,305 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:00:39,305 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x245edd0>, 'start_response': <function repl_start_response at 0x24775f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1d1ee10>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d29090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x245ef50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x245edd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d29110>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x22643d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x245ef50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d29150>, 'wsgi.input': <socket._fileobject object at 0x2261b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670839.305872, '_creation_time': 1266670777.823997}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x22643d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x22c44d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7b22e6d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x106ed50>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:00:40,997 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:00:40,998 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:01:07,646 INFO  [paste.httpserver.ThreadPool] Shutting down threadpool
+14:01:07,647 DEBUG [paste.httpserver.ThreadPool] Worker 140166719748368 asked to SHUTDOWN
+14:01:07,647 DEBUG [paste.httpserver.ThreadPool] Worker 140166711355664 asked to SHUTDOWN
+14:01:07,648 DEBUG [paste.httpserver.ThreadPool] Worker 140166702962960 asked to SHUTDOWN
+14:01:07,648 DEBUG [paste.httpserver.ThreadPool] Worker 140166778497296 asked to SHUTDOWN
+14:01:07,649 DEBUG [paste.httpserver.ThreadPool] Worker 140166761711888 asked to SHUTDOWN
+14:01:07,650 DEBUG [paste.httpserver.ThreadPool] Worker 140166770104592 asked to SHUTDOWN
+14:01:07,650 DEBUG [paste.httpserver.ThreadPool] Worker 140166753319184 asked to SHUTDOWN
+14:01:07,651 DEBUG [paste.httpserver.ThreadPool] Worker 140166744926480 asked to SHUTDOWN
+14:01:07,651 INFO  [paste.httpserver.ThreadPool] All workers stopped
+14:01:07,652 INFO  [paste.httpserver.ThreadPool] Shutting down threadpool
+14:01:07,652 DEBUG [paste.httpserver.ThreadPool] Worker 140166736533776 asked to SHUTDOWN
+14:01:07,653 DEBUG [paste.httpserver.ThreadPool] Worker 140166728141072 asked to SHUTDOWN
+14:01:07,654 INFO  [paste.httpserver.ThreadPool] All workers stopped
+14:01:13,024 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:01:13,024 DEBUG [pylons.configuration] Pushing process configuration
+14:01:13,028 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:01:13,028 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:01:13,032 DEBUG [pylons.templating] Initialized Buffet object
+14:01:13,032 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:01:13,032 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:01:13,034 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450652420368: Initial worker pool
+14:01:13,034 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450644027664: Initial worker pool
+14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450635634960: Initial worker pool
+14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450627242256: Initial worker pool
+14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450618849552: Initial worker pool
+14:01:13,035 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450610456848: Initial worker pool
+14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450602064144: Initial worker pool
+14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450593671440: Initial worker pool
+14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450585278736: Initial worker pool
+14:01:13,036 DEBUG [paste.httpserver.ThreadPool] Started new worker 140450576886032: Initial worker pool
+14:01:24,493 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,501 DEBUG [routes.middleware] Matched GET /
+14:01:24,501 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:01:24,502 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:01:24,503 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:01:24,506 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:01:24,561 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:01:24,562 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:01:24,562 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:01:24,562 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:01:24,562 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2156510>, 'start_response': <function repl_start_response at 0x2155d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2060550>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2060790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2156850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2060810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2156510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2156310>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2060850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2156850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2060850>, 'wsgi.input': <socket._fileobject object at 0x1feba50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670884.562799, '_creation_time': 1266670884.562799}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2156310>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2075f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbd3b9b31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x13ab550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:01:24,810 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,811 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,814 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+14:01:24,831 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,848 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,849 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+14:01:24,850 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+14:01:24,915 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,963 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:24,965 DEBUG [routes.middleware] Matched GET /favicon.ico
+14:01:24,965 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:01:24,966 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}
+14:01:24,966 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:01:24,966 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:01:24,967 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:01:24,967 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:01:24,967 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:01:24,967 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x26e9d50>, 'start_response': <function repl_start_response at 0x26fb410>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2060550>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2060790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26e9550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2060810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26e9d50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2156450>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2060850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26e9550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2060850>, 'wsgi.input': <socket._fileobject object at 0x26e2450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670884.9677529, '_creation_time': 1266670884.9677529}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2156450>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x26e9510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbd3b9b31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x13ab550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'favicon.ico', 'action': u'view'}
+14:01:27,971 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:01:27,972 DEBUG [routes.middleware] Matched GET /favicon.ico
+14:01:27,972 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:01:27,972 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}
+14:01:27,972 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:01:27,973 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:01:27,973 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:01:27,973 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:01:27,973 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:01:27,973 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x26fc590>, 'start_response': <function repl_start_response at 0x26fb668>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2060550>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2060790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26fc150>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2060810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26fc590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26fc2d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2060850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26fc150>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2060850>, 'wsgi.input': <socket._fileobject object at 0x26e2650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266670887.9739599, '_creation_time': 1266670887.9739599}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x26fc2d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x26e9810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbd3b9b31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x13ab550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'favicon.ico', 'action': u'view'}
+14:04:34,851 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:04:34,851 DEBUG [pylons.configuration] Pushing process configuration
+14:04:34,854 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:04:34,854 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:04:58,076 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:04:58,076 DEBUG [pylons.configuration] Pushing process configuration
+14:04:58,080 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:04:58,080 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:04:59,808 DEBUG [pylons.templating] Initialized Buffet object
+14:04:59,809 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:04:59,809 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:04:59,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452378986768: Initial worker pool
+14:04:59,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452370594064: Initial worker pool
+14:04:59,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452362201360: Initial worker pool
+14:04:59,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452353808656: Initial worker pool
+14:04:59,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452345415952: Initial worker pool
+14:04:59,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452337023248: Initial worker pool
+14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452328630544: Initial worker pool
+14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452320237840: Initial worker pool
+14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452311845136: Initial worker pool
+14:04:59,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140452303452432: Initial worker pool
+14:05:07,504 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:07,512 DEBUG [routes.middleware] Matched GET /
+14:05:07,512 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:07,513 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:07,514 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:07,517 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:07,550 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:05:07,551 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:07,551 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:07,551 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:07,551 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2c266d0>, 'start_response': <function repl_start_response at 0x2c2e2a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c26a10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2c266d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2c264d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c26a10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2bcb1d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671107.5518091, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2c264d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2c26210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:05:07,555 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:07,555 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:07,590 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:07,595 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+14:05:07,600 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:05:07,600 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:07,600 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:05:07,601 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:07,601 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:07,601 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:07,601 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:07,601 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:07,601 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3014dd0>, 'start_response': <function repl_start_response at 0x301d1b8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30148d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3014dd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3014e10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30148d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2bcb850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671107.6021039, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3014e10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3014f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:05:07,605 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:07,605 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:07,606 DEBUG [routes.middleware] Matched GET /static/hgicon.png
+14:05:07,607 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:07,607 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
+14:05:07,607 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:07,607 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:07,608 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:07,608 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:07,608 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:07,608 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x301b350>, 'start_response': <function repl_start_response at 0x301d848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x301b390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x301b350>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x301bc10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x301b390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2bcb6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671107.6086221, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x301bc10>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3014950>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+14:05:07,624 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:07,624 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:09,167 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:09,169 DEBUG [routes.middleware] Matched GET /ftp_exchange/
+14:05:09,169 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:09,169 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}
+14:05:09,170 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:09,170 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:09,170 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:09,170 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:09,170 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:09,170 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x301bd10>, 'start_response': <function repl_start_response at 0x301ded8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x301bdd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x301bd10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x301b0d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x301bdd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2f7edd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671109.171232, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x301b0d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3014610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/', 'action': u'view'}
+14:05:09,534 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:09,534 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:09,569 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:09,585 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:05:09,586 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:09,586 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:05:09,586 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:09,586 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:09,586 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:09,587 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:09,587 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:09,587 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3110750>, 'start_response': <function repl_start_response at 0x32a10c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31180d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3110750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x301b850>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31180d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2f7ed50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671109.587492, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x301b850>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x301b6d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:05:09,590 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:09,591 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:32,790 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:32,793 DEBUG [routes.middleware] Matched GET /ftp_exchange/summary
+14:05:32,793 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:32,794 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/summary'}
+14:05:32,795 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:32,796 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:32,797 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:32,797 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:32,798 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:32,798 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3107410>, 'start_response': <function repl_start_response at 0x3290848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3107e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3107410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3110dd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3107e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2f7ed50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671132.799273, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3110dd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3110450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/summary', 'action': u'view'}
+14:05:34,517 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:34,517 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:34,536 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:34,537 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:05:34,537 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:34,537 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:05:34,537 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:34,538 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:34,538 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:34,538 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:34,538 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:34,538 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3281fd0>, 'start_response': <function repl_start_response at 0x32a1500>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3281210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3281fd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30fcfd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3281210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x3131c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671134.5391469, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30fcfd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bd5ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:05:34,542 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:34,543 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:36,806 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:36,814 DEBUG [routes.middleware] Matched GET /f
+14:05:36,815 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:36,815 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'f'}
+14:05:36,815 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:36,815 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:36,816 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:36,816 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:36,816 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:36,816 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3281a90>, 'start_response': <function repl_start_response at 0x32ab140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'f'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/f', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3291c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3281a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3281e90>, {'action': u'view', 'controller': u'hg', 'path_info': 'f'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3291c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2f7ebd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671136.816658, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3281e90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3110610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'f', 'action': u'view'}
+14:05:36,820 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
+14:05:36,820 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:36,821 DEBUG [routes.middleware] Matched GET /error/document
+14:05:36,821 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
+14:05:36,821 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
+14:05:36,821 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:36,822 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
+14:05:36,874 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
+14:05:36,875 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:36,876 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:36,876 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
+14:05:36,876 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
+14:05:36,877 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3291090 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x24f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2bd5e10>, 'url': <routes.util.URLGenerator object at 0x3291b90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3291190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3291090 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x32a62d8>, 'session': {'_accessed_time': 1266671136.878418, '_creation_time': 1266671107.5518091}, 'N_': <function gettext_noop at 0x24f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2bd5e10>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2bd5bd0>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2bd5e10>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3291c50 200 OK>, '_': <function ugettext at 0x24f4578>}
+14:05:36,895 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
+14:05:36,895 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
+14:05:41,941 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:41,945 DEBUG [routes.middleware] Matched GET /
+14:05:41,946 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:41,946 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:41,947 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:41,948 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:41,948 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:41,949 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:41,949 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:41,949 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3014c10>, 'start_response': <function repl_start_response at 0x32ab578>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3014950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3014c10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bd5ed0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3014950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x2bcb150 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671141.950387, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bd5ed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3281510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:05:41,953 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:41,953 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:42,013 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:42,014 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:05:42,014 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:42,014 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:05:42,015 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:42,015 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:42,015 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:42,015 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:42,015 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:42,015 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2c22510>, 'start_response': <function repl_start_response at 0x32ab2a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c22610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2c22510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3014f50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c22610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x3131e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671142.016238, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3014f50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3281850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:05:42,019 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:42,019 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:44,352 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:44,354 DEBUG [routes.middleware] Matched GET /sqlalchemy_model_generator/
+14:05:44,355 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:44,356 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'sqlalchemy_model_generator/'}
+14:05:44,356 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:44,356 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:44,357 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:44,357 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:44,357 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:44,357 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3107950>, 'start_response': <function repl_start_response at 0x32a1c08>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'sqlalchemy_model_generator/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/sqlalchemy_model_generator/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31073d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3107950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3281f50>, {'action': u'view', 'controller': u'hg', 'path_info': 'sqlalchemy_model_generator/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31073d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x31310d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671144.3576839, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3281f50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3281e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'sqlalchemy_model_generator/', 'action': u'view'}
+14:05:44,365 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:44,365 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:05:44,451 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:05:44,452 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:05:44,452 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:05:44,452 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:05:44,452 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:05:44,453 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:05:44,453 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:05:44,453 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:05:44,453 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:05:44,453 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3291bd0>, 'start_response': <function repl_start_response at 0x32906e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2bd5d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/sqlalchemy_model_generator/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c22050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3291d90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3291bd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c22bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x301b910>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3291d90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c22f90>, 'wsgi.input': <socket._fileobject object at 0x3131d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671144.454114, '_creation_time': 1266671107.5518091}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x301b910>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3118850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fbda38751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cef550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:05:44,457 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:05:44,458 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:06:16,025 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:06:16,025 DEBUG [pylons.configuration] Pushing process configuration
+14:06:16,029 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:06:16,029 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:06:17,698 DEBUG [pylons.templating] Initialized Buffet object
+14:06:17,699 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:06:17,699 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:06:17,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839855511824: Initial worker pool
+14:06:17,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839847119120: Initial worker pool
+14:06:17,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839838726416: Initial worker pool
+14:06:17,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839830333712: Initial worker pool
+14:06:17,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839821941008: Initial worker pool
+14:06:17,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839813548304: Initial worker pool
+14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839805155600: Initial worker pool
+14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839796762896: Initial worker pool
+14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839788370192: Initial worker pool
+14:06:17,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139839779977488: Initial worker pool
+14:12:29,435 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:12:29,438 DEBUG [routes.middleware] Matched GET /
+14:12:29,438 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:12:29,438 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:12:29,439 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:12:29,440 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:12:29,479 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:12:29,479 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:12:29,479 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:12:29,479 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:12:29,479 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e7f6d0>, 'start_response': <function repl_start_response at 0x2e87230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2c5ed90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2cad050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e7fa10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2cadbd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e7f6d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e7f4d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2cad990>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e7fa10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2cad990>, 'wsgi.input': <socket._fileobject object at 0x2c545d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671549.4801331, '_creation_time': 1266671549.4801331}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2e7f4d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e7f190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2f0648d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d78550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:12:29,605 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:12:29,606 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+14:12:29,606 DEBUG [paste.httpserver.ThreadPool] Added task (2 tasks queued)
+14:12:29,606 DEBUG [paste.httpserver.ThreadPool] Added task (3 tasks queued)
+14:12:29,626 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:12:29,628 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:12:29,628 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
+14:12:29,705 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:19,319 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:16:19,319 DEBUG [pylons.configuration] Pushing process configuration
+14:16:19,322 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:16:19,322 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:16:21,088 DEBUG [pylons.templating] Initialized Buffet object
+14:16:21,089 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:16:21,089 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:16:21,091 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202253904144: Initial worker pool
+14:16:21,091 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202245511440: Initial worker pool
+14:16:21,091 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202237118736: Initial worker pool
+14:16:21,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202228726032: Initial worker pool
+14:16:21,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202220333328: Initial worker pool
+14:16:21,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202211940624: Initial worker pool
+14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202203547920: Initial worker pool
+14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202195155216: Initial worker pool
+14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202186762512: Initial worker pool
+14:16:21,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140202178369808: Initial worker pool
+14:16:22,049 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:22,056 DEBUG [routes.middleware] Matched GET /
+14:16:22,056 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:22,056 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:22,056 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:22,057 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:22,084 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:16:22,084 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:22,084 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:22,084 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:22,084 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x24666d0>, 'start_response': <function repl_start_response at 0x246f230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2466a10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x24666d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24664d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2466a10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x22f95d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671782.0852549, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24664d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24661d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:16:22,089 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:22,089 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:22,175 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:22,176 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:22,176 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:22,177 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:22,177 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:22,177 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:22,178 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:22,178 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:22,178 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:22,178 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2745e50>, 'start_response': <function repl_start_response at 0x2746cf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27459d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2745e50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2745ad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27459d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x22f9850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671782.1786959, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2745ad0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2745dd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:22,182 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:22,182 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:22,327 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:22,328 DEBUG [routes.middleware] Matched GET /static/hgicon.png
+14:16:22,328 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:22,328 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
+14:16:22,329 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:22,329 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:22,329 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:22,329 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:22,329 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:22,330 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274d190>, 'start_response': <function repl_start_response at 0x27507d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274d2d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274d190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274d410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274d2d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x22f9650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671782.3303609, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x274d410>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27458d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+14:16:22,334 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:22,334 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:24,458 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:24,461 DEBUG [routes.middleware] Matched GET /lotto/
+14:16:24,462 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:24,462 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}
+14:16:24,463 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:24,465 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:24,465 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:24,465 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:24,466 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:24,466 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274dc50>, 'start_response': <function repl_start_response at 0x2750de8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274dd10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274dc50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274db10>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274dd10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x26b0dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671784.466491, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x274db10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274da90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/', 'action': u'view'}
+14:16:24,508 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:24,509 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:24,554 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:24,555 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:24,555 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:24,556 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:24,556 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:24,556 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:24,556 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:24,557 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:24,557 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:24,557 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x28447d0>, 'start_response': <function repl_start_response at 0x29cf1b8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x284b7d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28447d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274da10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x284b7d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x26b0d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671784.5579171, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x274da10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274d810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:24,561 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:24,561 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:27,179 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:27,180 DEBUG [routes.middleware] Matched GET /lotto/shortlog
+14:16:27,180 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:27,180 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}
+14:16:27,181 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:27,181 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:27,181 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:27,181 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:27,181 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:27,181 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x28441d0>, 'start_response': <function repl_start_response at 0x29cf2a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x283b410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28441d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2745b10>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x283b410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x26b0bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671787.182158, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2745b10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274dcd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/shortlog', 'action': u'view'}
+14:16:27,189 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:27,190 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:27,283 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:27,284 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:27,285 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:27,285 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:27,285 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:27,285 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:27,285 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:27,286 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:27,286 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:27,286 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29c6c10>, 'start_response': <function repl_start_response at 0x29cf9b0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29c6690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29c6c10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x28443d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29c6690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x28640d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671787.286531, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x28443d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29b7990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:27,289 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:27,290 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:28,052 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:28,055 DEBUG [routes.middleware] Matched GET /lotto/log/11
+14:16:28,055 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:28,056 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}
+14:16:28,057 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:28,058 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:28,059 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:28,059 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:28,059 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:28,059 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29c6790>, 'start_response': <function repl_start_response at 0x29da668>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/log/11', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29c6310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29c6790>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29c6b10>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29c6310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x2864d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.05966, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29c6b10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2745ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/log/11', 'action': u'view'}
+14:16:28,067 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:28,067 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:28,179 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:28,180 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:28,180 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:28,180 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:28,180 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:28,181 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:28,181 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:28,181 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:28,181 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:28,181 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x283b510>, 'start_response': <function repl_start_response at 0x29cfa28>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/log/11', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x283b0d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x283b510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274dcd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x283b0d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x26b0bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.1819179, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x274dcd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28443d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:28,185 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:28,185 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:28,952 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:28,955 DEBUG [routes.middleware] Matched GET /lotto/summary
+14:16:28,956 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:28,956 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}
+14:16:28,956 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:28,957 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:28,957 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:28,957 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:28,957 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:28,957 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29c6810>, 'start_response': <function repl_start_response at 0x29da5f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/log/11', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29c6090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29c6810>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2745e50>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29c6090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x2864c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.9579511, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2745e50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2844ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/summary', 'action': u'view'}
+14:16:28,966 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:28,966 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:28,986 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:28,987 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:28,987 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:28,988 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:28,988 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:28,988 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:28,989 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:28,989 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:28,989 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:28,989 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29e1790>, 'start_response': <function repl_start_response at 0x29eb2a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29e1850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29e1790>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29c6dd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29e1850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x2864850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671788.9897561, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29c6dd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29b7790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:28,994 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:28,994 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:29,619 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:29,651 DEBUG [routes.middleware] Matched GET /lotto/summary
+14:16:29,652 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:29,652 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}
+14:16:29,653 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:29,654 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:29,654 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:29,655 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:29,655 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:29,656 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29e1b50>, 'start_response': <function repl_start_response at 0x29ebcf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29e1c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29e1b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29e1890>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29e1c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x2864dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671789.656652, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29e1890>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x283be90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/summary', 'action': u'view'}
+14:16:29,673 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:29,673 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:29,690 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:29,691 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:29,691 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:29,691 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:29,691 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:29,692 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:29,692 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:29,692 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:29,692 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:29,692 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29c6350>, 'start_response': <function repl_start_response at 0x29eb230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29c6890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29c6350>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274d910>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29c6890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x26b0bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671789.6931, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x274d910>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28441d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:29,696 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:29,697 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:32,716 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:32,719 DEBUG [routes.middleware] Matched GET /
+14:16:32,719 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:32,720 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:32,720 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:32,721 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:32,722 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:32,722 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:32,722 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:32,723 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29c6bd0>, 'start_response': <function repl_start_response at 0x29da488>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29c6ad0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29c6bd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29c6250>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29c6ad0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x29b1650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671792.7239759, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29c6250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29b77d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:16:32,744 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:32,745 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:16:32,786 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:16:32,787 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:16:32,787 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:16:32,787 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:16:32,787 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:16:32,788 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:16:32,788 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:16:32,788 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:16:32,788 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:16:32,788 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29e1f50>, 'start_response': <function repl_start_response at 0x29cfb18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2303d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2352710>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29e1a50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29e1f50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2352f90>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x283b210>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29e1a50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2352e50>, 'wsgi.input': <socket._fileobject object at 0x29b15d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671792.789047, '_creation_time': 1266671782.0852549}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x283b210>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x283bb50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8366e971c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x141e550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:16:32,792 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:16:32,793 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:17:18,226 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:17:18,226 DEBUG [pylons.configuration] Pushing process configuration
+14:17:18,230 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:17:18,230 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:17:19,921 DEBUG [pylons.templating] Initialized Buffet object
+14:17:19,921 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:17:19,978 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947565103376: Initial worker pool
+14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947556710672: Initial worker pool
+14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947548317968: Initial worker pool
+14:17:19,981 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947539925264: Initial worker pool
+14:17:19,982 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947531532560: Initial worker pool
+14:17:19,982 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947523139856: Initial worker pool
+14:17:19,982 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947514747152: Initial worker pool
+14:17:19,983 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947506354448: Initial worker pool
+14:17:19,984 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947497961744: Initial worker pool
+14:17:19,984 DEBUG [paste.httpserver.ThreadPool] Started new worker 139947489569040: Initial worker pool
+14:18:10,593 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:18:10,600 DEBUG [routes.middleware] Matched GET /
+14:18:10,601 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:18:10,601 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:18:10,602 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:18:10,605 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:18:10,640 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:18:10,640 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:18:10,640 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:18:10,640 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:18:10,640 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x265a6d0>, 'start_response': <function repl_start_response at 0x2664230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x24f6d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2546050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x265aa10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2546bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x265a6d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x265a4d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x265aa10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'wsgi.input': <socket._fileobject object at 0x24ec650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671890.640919, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x265a4d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x265a190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1611550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:18:12,342 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:18:12,342 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:18:12,387 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:18:12,388 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:18:12,388 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:18:12,388 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:18:12,389 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:18:12,389 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:18:12,389 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:18:12,389 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:18:12,389 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:18:12,389 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29cd890>, 'start_response': <function repl_start_response at 0x2939cf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x24f6d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2546050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29cd610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29cd890>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2546bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x265a610>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29cd610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'wsgi.input': <socket._fileobject object at 0x24ec850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671892.390229, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x265a610>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29cd650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1611550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:18:14,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:18:14,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:18:15,666 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:18:15,667 DEBUG [routes.middleware] Matched GET /hg_app/
+14:18:15,667 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:18:15,667 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}
+14:18:15,668 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:18:15,668 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:18:15,668 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:18:15,668 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:18:15,668 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:18:15,669 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29385d0>, 'start_response': <function repl_start_response at 0x29398c0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x24f6d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2546050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2938a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29385d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2546bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29cd250>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2938a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'wsgi.input': <socket._fileobject object at 0x24ec250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671895.669333, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29cd250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29cd550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1611550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/', 'action': u'view'}
+14:18:17,423 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:18:17,423 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:18:17,534 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:18:17,535 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:18:17,535 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:18:17,535 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:18:17,536 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:18:17,536 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:18:17,536 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:18:17,536 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:18:17,536 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:18:17,537 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2a05bd0>, 'start_response': <function repl_start_response at 0x2bdb578>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x24f6d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2546050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a05890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a05bd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2546bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x295ff50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a05890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2546c90>, 'wsgi.input': <socket._fileobject object at 0x28a3ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266671897.5373321, '_creation_time': 1266671890.640919}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x295ff50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29cd8d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f481a46c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1611550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:18:19,241 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:18:19,241 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:19:04,216 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:19:04,216 DEBUG [pylons.configuration] Pushing process configuration
+14:19:04,220 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:19:04,220 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:19:46,091 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:19:46,092 DEBUG [pylons.configuration] Pushing process configuration
+14:19:46,095 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:19:46,095 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:20:05,979 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:20:05,980 DEBUG [pylons.configuration] Pushing process configuration
+14:20:05,983 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:20:05,983 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:20:09,351 DEBUG [pylons.templating] Initialized Buffet object
+14:20:09,351 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:20:09,351 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861432969488: Initial worker pool
+14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861424576784: Initial worker pool
+14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861416184080: Initial worker pool
+14:20:09,354 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861407791376: Initial worker pool
+14:20:09,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861399398672: Initial worker pool
+14:20:09,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861391005968: Initial worker pool
+14:20:09,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861382613264: Initial worker pool
+14:20:09,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861374220560: Initial worker pool
+14:20:09,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861365827856: Initial worker pool
+14:20:09,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 139861357435152: Initial worker pool
+14:20:10,593 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:10,600 DEBUG [routes.middleware] Matched GET /
+14:20:10,601 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:10,602 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:10,603 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:10,604 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:10,642 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:20:10,642 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:10,642 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:10,642 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:10,642 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x341ff90>, 'start_response': <function repl_start_response at 0x342c2a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3426310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x341ff90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x341fd90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3426310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad5d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672010.642962, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x341fd90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x341fa90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:20:10,646 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:10,646 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:10,689 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:10,690 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:10,690 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:10,690 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:10,691 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:10,691 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:10,691 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:10,691 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:10,691 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:10,691 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3703410>, 'start_response': <function repl_start_response at 0x3702d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3703950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3703410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x341fed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3703950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad8d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672010.6921811, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x341fed0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3703690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:10,696 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:10,696 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:12,096 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:12,099 DEBUG [routes.middleware] Matched GET /mass_account_manager/
+14:20:12,099 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:12,100 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}
+14:20:12,101 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:12,102 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:12,103 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:12,103 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:12,104 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:12,104 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3703f90>, 'start_response': <function repl_start_response at 0x37048c0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3703f50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3703f90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3703dd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3703f50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672012.1051011, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3703dd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3703550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/', 'action': u'view'}
+14:20:12,146 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:12,157 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:12,253 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:12,256 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:12,256 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:12,256 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:12,256 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:12,257 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:12,257 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:12,257 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:12,257 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:12,257 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37fef50>, 'start_response': <function repl_start_response at 0x3980b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37fe990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37fef50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3703410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37fe990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366ee50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672012.2584529, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3703410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3703450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:12,262 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:12,262 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:13,719 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:13,722 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:13,722 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:13,723 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:13,724 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:13,726 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:13,726 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:13,726 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:13,727 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:13,727 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37f6bd0>, 'start_response': <function repl_start_response at 0x39802a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f6210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f6bd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37fe6d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f6210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366ec50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672013.728256, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37fe6d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37fe3d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:13,746 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:13,746 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:13,772 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:13,773 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:13,773 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:13,773 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:13,774 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:13,774 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:13,774 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:13,774 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:13,774 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:13,774 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x39709d0>, 'start_response': <function repl_start_response at 0x39825f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39706d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39709d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37f6190>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39706d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818050 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672013.7752099, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37f6190>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37ead10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:13,781 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:13,781 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:14,546 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:14,547 DEBUG [routes.middleware] Matched GET /mass_account_manager/shortlog
+14:20:14,547 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:14,548 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog'}
+14:20:14,548 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:14,549 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:14,549 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:14,549 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:14,549 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:14,549 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3970990>, 'start_response': <function repl_start_response at 0x39940c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3970ad0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3970990>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3970550>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3970ad0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672014.5497091, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3970550>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x38033d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/shortlog', 'action': u'view'}
+14:20:14,557 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:14,558 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:14,582 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:14,583 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:14,583 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:14,583 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:14,583 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:14,584 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:14,584 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:14,584 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:14,584 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:14,584 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x341fa10>, 'start_response': <function repl_start_response at 0x3982c80>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x341f850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x341fa10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3966f90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x341f850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366ec50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672014.5850229, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3966f90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39667d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:14,588 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:14,588 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:15,207 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:15,210 DEBUG [routes.middleware] Matched GET /mass_account_manager/log/9
+14:20:15,211 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:15,211 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}
+14:20:15,213 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:15,214 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:15,214 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:15,215 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:15,215 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:15,215 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37f6b50>, 'start_response': <function repl_start_response at 0x39801b8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/log/9', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f6350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f6b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3966890>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f6350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672015.216531, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3966890>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3966bd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/log/9', 'action': u'view'}
+14:20:15,227 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:15,227 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:15,259 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:15,265 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:15,265 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:15,266 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:15,266 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:15,266 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:15,266 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:15,266 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:15,266 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:15,267 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x399bc50>, 'start_response': <function repl_start_response at 0x3994aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399bc10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399bc50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37f6bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399bc10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x38187d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672015.2673309, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37f6bd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f6d10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:15,270 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:15,271 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:15,915 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:15,916 DEBUG [routes.middleware] Matched GET /mass_account_manager/graph
+14:20:15,916 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:15,916 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/graph'}
+14:20:15,917 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:15,917 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:15,917 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:15,918 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:15,918 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:15,918 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x399bc90>, 'start_response': <function repl_start_response at 0x399e578>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/graph'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/graph', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399b290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399bc90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399bb50>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/graph'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399b290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672015.9195881, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399bb50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37fe3d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/graph', 'action': u'view'}
+14:20:15,941 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:15,941 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:16,043 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:16,044 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:16,045 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:16,045 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:16,045 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:16,045 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:16,046 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:16,046 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:16,046 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:16,046 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3978890>, 'start_response': <function repl_start_response at 0x39802a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3978050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3978890>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3703b50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3978050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366ec50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672016.0467429, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3703b50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f6350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:16,050 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:16,050 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:16,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:16,052 DEBUG [routes.middleware] Matched GET /static/graph.js
+14:20:16,052 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:16,053 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}
+14:20:16,053 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:16,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:16,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:16,054 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:16,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:16,054 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3978550>, 'start_response': <function repl_start_response at 0x3982140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/graph.js', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3978610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3978550>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3978510>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3978610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3967cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672016.054451, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3978510>, 'HTTP_ACCEPT': '*/*', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3803890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/graph.js', 'action': u'view'}
+14:20:16,058 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:16,058 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:17,587 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:17,589 DEBUG [routes.middleware] Matched GET /mass_account_manager/log/9
+14:20:17,589 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:17,589 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}
+14:20:17,589 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:17,590 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:17,590 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:17,590 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:17,590 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:17,590 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3978d90>, 'start_response': <function repl_start_response at 0x39825f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/log/9', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3978e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3978d90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3978850>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/log/9'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3978e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x39675d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672017.590977, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3978850>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37eaad0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/log/9', 'action': u'view'}
+14:20:17,602 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:17,602 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:17,629 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:17,632 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:17,632 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:17,633 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:17,634 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:17,635 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:17,635 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:17,635 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:17,636 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:17,636 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x399b950>, 'start_response': <function repl_start_response at 0x3994b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399b090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399b950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399bd90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399b090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818050 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672017.6373589, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399bd90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399bed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:17,646 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:17,647 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:18,608 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:18,611 DEBUG [routes.middleware] Matched GET /mass_account_manager/shortlog/9
+14:20:18,611 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:18,612 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog/9'}
+14:20:18,613 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:18,614 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:18,615 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:18,615 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:18,616 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:18,616 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3966690>, 'start_response': <function repl_start_response at 0x39829b0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/log/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog/9'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/shortlog/9', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3966790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3966690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399be50>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/shortlog/9'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3966790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x38187d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672018.6172609, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399be50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399b690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/shortlog/9', 'action': u'view'}
+14:20:18,633 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:18,633 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:18,651 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:18,653 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:18,653 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:18,653 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:18,653 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:18,654 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:18,654 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:18,654 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:18,654 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:18,654 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37f6450>, 'start_response': <function repl_start_response at 0x3982230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f68d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f6450>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39668d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f68d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366eed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672018.6547849, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x39668d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3713d50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:18,658 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:18,658 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:19,216 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:19,218 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:19,218 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:19,218 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:19,218 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:19,218 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:19,219 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:19,219 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:19,219 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:19,219 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37fe550>, 'start_response': <function repl_start_response at 0x3980410>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/shortlog/9', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37fe6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37fe550>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3966650>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37fe6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672019.2195971, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3966650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399b550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:19,227 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:19,227 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:19,263 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:19,264 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:19,264 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:19,264 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:19,264 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:19,265 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:19,265 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:19,265 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:19,265 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:19,265 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37f6bd0>, 'start_response': <function repl_start_response at 0x3980de8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3970550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f6bd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37fe690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3970550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672019.266042, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37fe690>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37fe3d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:19,272 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:19,272 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:20,903 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:20,906 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:20,907 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:20,907 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:20,908 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:20,909 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:20,909 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:20,910 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:20,910 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:20,911 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3970690>, 'start_response': <function repl_start_response at 0x3982ed8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3803890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3970690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37f6210>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3803890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366ef50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672020.9116781, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37f6210>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37feb50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:20,931 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:20,931 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:20,948 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:20,949 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:20,949 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:20,949 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:20,949 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:20,950 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:20,950 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:20,950 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:20,950 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:20,950 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37eaa10>, 'start_response': <function repl_start_response at 0x39822a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399b110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37eaa10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3966890>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399b110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672020.950815, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3966890>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3978e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:20,954 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:20,954 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:21,619 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:21,622 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:21,622 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:21,623 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:21,623 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:21,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:21,623 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:21,623 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:21,624 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:21,624 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x399bcd0>, 'start_response': <function repl_start_response at 0x399e7d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399b690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399bcd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37ea550>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399b690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366eed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672021.6244259, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37ea550>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3970850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:21,638 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:21,638 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:21,659 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:21,662 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:21,662 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:21,663 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:21,663 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:21,665 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:21,665 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:21,665 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:21,666 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:21,666 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x399bd50>, 'start_response': <function repl_start_response at 0x3994de8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399bd90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399bd50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399bb50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399bd90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672021.667258, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399bb50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3703b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:21,672 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:21,672 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,016 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,017 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:22,018 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,018 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:22,018 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,018 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,019 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,019 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,019 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,019 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3966890>, 'start_response': <function repl_start_response at 0x39822a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39664d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3966890>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399b290>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39664d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.019752, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399b290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3703490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:22,029 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,029 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,045 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,046 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:22,047 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,047 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:22,047 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,047 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,048 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,048 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,048 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,048 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37ea950>, 'start_response': <function repl_start_response at 0x3982b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37ea990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37ea950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399bc90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37ea990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818050 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.0487499, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399bc90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3713c90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:22,052 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,052 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,203 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,204 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:22,204 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,204 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:22,205 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,205 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,205 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,205 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,205 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,205 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37f65d0>, 'start_response': <function repl_start_response at 0x398d938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f6750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f65d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39706d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f6750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.206197, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x39706d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399b390>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:22,214 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,214 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,230 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,232 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:22,232 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,232 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:22,232 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,233 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,233 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,233 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,233 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,233 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x39709d0>, 'start_response': <function repl_start_response at 0x3980398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3970510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39709d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37f6d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3970510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.233773, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37f6d10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f6350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:22,238 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,239 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,360 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,362 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:22,363 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,363 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:22,364 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,365 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,366 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,366 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,366 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,367 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3978ed0>, 'start_response': <function repl_start_response at 0x3982c80>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3978990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3978ed0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3970690>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3978990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366ec50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.3679659, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3970690>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37fef50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:22,393 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,393 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,410 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,413 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:22,414 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,414 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:22,415 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,416 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,416 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,416 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,416 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,416 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x399b6d0>, 'start_response': <function repl_start_response at 0x39822a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399bd90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399b6d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37f68d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399bd90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.4169199, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37f68d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39784d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:22,420 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,421 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,503 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,506 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:22,506 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,506 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:22,506 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,507 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,507 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,507 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,507 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,507 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x39a5650>, 'start_response': <function repl_start_response at 0x39ad668>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39a5e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39a5650>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399bd50>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39a5e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x366eb50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.507865, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399bd50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37ea7d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:22,516 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,516 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,534 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,536 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:22,536 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,536 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:22,537 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,537 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,537 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,537 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,537 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,538 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3703a90>, 'start_response': <function repl_start_response at 0x3994e60>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3703b90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3703a90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39a5690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3703b90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.538305, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x39a5690>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399bd10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:22,554 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,554 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,648 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,657 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:20:22,657 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,658 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:20:22,658 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,659 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,660 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,660 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,661 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,661 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3978dd0>, 'start_response': <function repl_start_response at 0x3982aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3978290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3978dd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3703bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3978290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x32ad6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.6621201, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3703bd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399b290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:20:22,683 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,683 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:20:22,707 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:20:22,708 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:20:22,708 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:20:22,708 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:20:22,708 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:20:22,709 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:20:22,709 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:20:22,709 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:20:22,709 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:20:22,709 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x37f6510>, 'start_response': <function repl_start_response at 0x3982050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x32b7d50>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3305890>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f6350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f6510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3454bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399b650>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f6350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3454b10>, 'wsgi.input': <socket._fileobject object at 0x3818850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672022.709723, '_creation_time': 1266672010.642962}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399b650>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3713d50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f340c66b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x23d0550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:20:22,713 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:20:22,713 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:00,630 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:21:00,630 DEBUG [pylons.configuration] Pushing process configuration
+14:21:00,634 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:21:00,634 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:21:03,011 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:21:03,011 DEBUG [pylons.configuration] Pushing process configuration
+14:21:03,014 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:21:03,014 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:21:04,710 DEBUG [pylons.templating] Initialized Buffet object
+14:21:04,710 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:21:04,711 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998556055824: Initial worker pool
+14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998547663120: Initial worker pool
+14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998539270416: Initial worker pool
+14:21:04,713 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998530877712: Initial worker pool
+14:21:04,714 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998522485008: Initial worker pool
+14:21:04,714 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998514092304: Initial worker pool
+14:21:04,714 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998505699600: Initial worker pool
+14:21:04,715 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998497306896: Initial worker pool
+14:21:04,715 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998488914192: Initial worker pool
+14:21:04,715 DEBUG [paste.httpserver.ThreadPool] Started new worker 139998480521488: Initial worker pool
+14:21:41,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:41,901 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:21:41,901 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:41,901 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:21:41,902 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:41,903 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:41,930 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:21:41,930 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:41,930 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:41,931 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:41,931 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2c3b710>, 'start_response': <function repl_start_response at 0x2c442a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c3ba50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2c3b710>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2c3b510>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c3ba50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672101.931427, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2c3b510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2c3b050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:21:43,643 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:43,644 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:43,668 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:43,669 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:43,670 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:43,670 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:43,670 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:43,671 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:43,671 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:43,671 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:43,671 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:43,671 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3000410>, 'start_response': <function repl_start_response at 0x3183848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30004d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3000410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f18c10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30004d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672103.671942, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f18c10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff9990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:43,675 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:43,676 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:47,065 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:47,066 DEBUG [routes.middleware] Matched GET /
+14:21:47,066 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:47,066 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:47,067 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:47,067 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:47,067 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:47,067 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:47,067 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:47,068 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3164b50>, 'start_response': <function repl_start_response at 0x31892a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31647d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3164b50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b26e50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31647d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672107.068311, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b26e50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff9b50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:21:47,071 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:47,072 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:47,116 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:47,117 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:47,118 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:47,118 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:47,118 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:47,118 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:47,118 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:47,119 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:47,119 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:47,119 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171c50>, 'start_response': <function repl_start_response at 0x31897d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171c50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171a90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672107.1194799, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171a90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:47,122 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:47,123 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:48,847 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:48,850 DEBUG [routes.middleware] Matched GET /hg_app/
+14:21:48,851 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:48,851 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}
+14:21:48,853 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:48,855 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:48,855 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:48,855 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:48,856 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:48,856 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171ed0>, 'start_response': <function repl_start_response at 0x3189de8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c46210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171ed0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c46210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2fd2e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672108.857305, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171d10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31716d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/', 'action': u'view'}
+14:21:48,867 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:48,867 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:48,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:48,914 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:48,915 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:48,915 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:48,915 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:48,915 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:48,915 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:48,916 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:48,916 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:48,916 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3164a10>, 'start_response': <function repl_start_response at 0x3183ed8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31648d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3164a10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171fd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31648d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672108.9166191, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171fd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171d90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:48,920 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:48,920 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:50,638 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:50,641 DEBUG [routes.middleware] Matched GET /hg_app/summary
+14:21:50,641 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:50,642 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}
+14:21:50,643 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:50,644 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:50,645 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:50,645 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:50,646 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:50,646 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x317a950>, 'start_response': <function repl_start_response at 0x31965f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x317a110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x317a950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x317af10>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x317a110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672110.647115, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x317af10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1be9790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/summary', 'action': u'view'}
+14:21:50,657 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:50,657 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:50,681 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:50,682 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:50,683 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:50,683 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:50,683 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:50,683 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:50,683 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:50,684 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:50,684 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:50,684 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2f18610>, 'start_response': <function repl_start_response at 0x3183b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b26e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2f18610>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x317a150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b26e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672110.6845579, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x317a150>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317a450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:50,688 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:50,688 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:51,758 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:51,760 DEBUG [routes.middleware] Matched GET /hg_app/log
+14:21:51,761 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:51,761 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/log'}
+14:21:51,763 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:51,764 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:51,764 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:51,765 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:51,765 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:51,765 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2ff9b50>, 'start_response': <function repl_start_response at 0x31896e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/log'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/log', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ff9990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ff9b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x317a2d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/log'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ff9990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672111.766551, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x317a2d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317a0d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/log', 'action': u'view'}
+14:21:51,776 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:51,777 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:51,799 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:51,800 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:51,800 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:51,801 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:51,801 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:51,801 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:51,801 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:51,801 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:51,802 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:51,802 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3199b10>, 'start_response': <function repl_start_response at 0x31a3398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/log', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31999d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3199b10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3000290>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31999d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672111.802423, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3000290>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff9f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:51,806 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:51,806 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:52,303 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:52,311 DEBUG [routes.middleware] Matched GET /hg_app/graph
+14:21:52,311 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:52,311 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/graph'}
+14:21:52,311 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:52,312 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:52,312 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:52,312 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:52,312 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:52,312 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31a7910>, 'start_response': <function repl_start_response at 0x31a3ed8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/log', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/graph'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/graph', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31a7950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31a7910>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171e90>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/graph'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31a7950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.3129711, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171e90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b26b10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/graph', 'action': u'view'}
+14:21:52,322 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:52,323 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:52,339 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:52,341 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:52,341 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:52,341 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:52,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:52,343 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:52,343 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:52,343 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:52,343 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:52,344 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x317a0d0>, 'start_response': <function repl_start_response at 0x3189a28>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x317a310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x317a0d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2c3b650>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x317a310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.344557, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2c3b650>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3199bd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:52,351 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:52,351 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:52,351 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:52,352 DEBUG [routes.middleware] Matched GET /static/graph.js
+14:21:52,352 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:52,352 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}
+14:21:52,353 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:52,353 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:52,353 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:52,353 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:52,354 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:52,354 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x317af90>, 'start_response': <function repl_start_response at 0x3183848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/graph.js', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x317af90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x317a150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316b9d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.354321, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x317a150>, 'HTTP_ACCEPT': '*/*', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3199a50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/graph.js', 'action': u'view'}
+14:21:52,357 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:52,357 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:52,791 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:52,792 DEBUG [routes.middleware] Matched GET /hg_app/tags
+14:21:52,792 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:52,793 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/tags'}
+14:21:52,793 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:52,793 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:52,793 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:52,794 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:52,794 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:52,794 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171a10>, 'start_response': <function repl_start_response at 0x31a96e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/tags'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/tags', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171a10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x317ae90>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/tags'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316b350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.794512, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x317ae90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3000350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/tags', 'action': u'view'}
+14:21:52,806 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:52,806 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:52,832 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:52,833 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:52,833 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:52,833 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:52,833 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:52,834 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:52,834 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:52,834 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:52,834 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:52,834 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31b5610>, 'start_response': <function repl_start_response at 0x31a9398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31b50d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31b5610>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31b50d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316bbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672112.8348651, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171d90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:52,839 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:52,839 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:53,469 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:53,472 DEBUG [routes.middleware] Matched GET /hg_app/branches
+14:21:53,472 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:53,472 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/branches'}
+14:21:53,473 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:53,473 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:53,473 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:53,473 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:53,474 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:53,474 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31a7dd0>, 'start_response': <function repl_start_response at 0x31a95f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/branches'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/branches', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31a7550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31a7dd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2c3b650>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/branches'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31a7550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316be50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672113.4743869, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2c3b650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171c90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/branches', 'action': u'view'}
+14:21:53,482 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:53,482 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:53,498 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:53,499 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:53,499 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:53,500 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:53,500 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:53,500 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:53,500 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:53,500 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:53,501 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:53,501 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3199ad0>, 'start_response': <function repl_start_response at 0x31a9140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/branches', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3199b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3199ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2c3b390>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3199b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2fd2e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672113.5014579, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2c3b390>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31a7310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:53,507 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:53,507 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:54,140 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:54,141 DEBUG [routes.middleware] Matched GET /hg_app/file/058f63b6c2ff
+14:21:54,141 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:54,141 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/file/058f63b6c2ff'}
+14:21:54,142 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:54,142 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:54,142 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:54,142 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:54,143 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:54,143 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3199690>, 'start_response': <function repl_start_response at 0x31a3668>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/branches', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/file/058f63b6c2ff'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/file/058f63b6c2ff', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3199c90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3199690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3199e90>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/file/058f63b6c2ff'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3199c90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672114.143424, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3199e90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31a7fd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/file/058f63b6c2ff', 'action': u'view'}
+14:21:54,218 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:54,219 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:54,328 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:54,330 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:54,331 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:54,331 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:54,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:54,333 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:54,334 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:54,334 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:54,334 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:54,335 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31aa8d0>, 'start_response': <function repl_start_response at 0x31897d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/file/058f63b6c2ff', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31aa410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31aa8d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31995d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31aa410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672114.335772, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x31995d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3199290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:54,351 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:54,351 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:55,859 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:55,864 DEBUG [routes.middleware] Matched GET /hg_app/summary
+14:21:55,865 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:55,865 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}
+14:21:55,865 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:55,865 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:55,865 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:55,865 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:55,866 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:55,866 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31aa950>, 'start_response': <function repl_start_response at 0x3183d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/file/058f63b6c2ff', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/hg_app/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31aaa90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31aa950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31aa490>, {'action': u'view', 'controller': u'hg', 'path_info': 'hg_app/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31aaa90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316bd50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672115.866457, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x31aa490>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317a190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'hg_app/summary', 'action': u'view'}
+14:21:55,874 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:55,874 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:55,895 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:55,903 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:55,903 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:55,903 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:55,903 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:55,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:55,904 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:55,904 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:55,904 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:55,904 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2ff10d0>, 'start_response': <function repl_start_response at 0x3189848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/hg_app/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ff1350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ff10d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ff96d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ff1350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672115.9050519, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2ff96d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2f18890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:55,908 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:55,909 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:58,904 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:58,907 DEBUG [routes.middleware] Matched GET /
+14:21:58,907 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:58,908 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:58,909 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:58,910 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:58,910 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:58,911 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:58,911 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:58,911 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2fe7750>, 'start_response': <function repl_start_response at 0x31969b0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2fe7c90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fe7750>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ff1290>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2fe7c90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672118.912482, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2ff1290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2f18610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:21:58,924 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:58,924 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:21:58,996 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:21:58,997 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:21:58,997 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:21:58,997 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:21:58,998 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:21:58,998 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:21:58,998 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:21:58,998 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:21:58,999 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:21:58,999 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171e10>, 'start_response': <function repl_start_response at 0x3196b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171e10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fe7bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672118.9993861, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fe7bd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:21:59,002 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:21:59,003 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:11,606 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:11,617 DEBUG [routes.middleware] Matched GET /mass_account_manager/
+14:24:11,617 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:11,618 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}
+14:24:11,618 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:11,618 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:11,619 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:11,619 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:11,619 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:11,619 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31b5110>, 'start_response': <function repl_start_response at 0x31a35f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31b57d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31b5110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171c50>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31b57d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672251.6196721, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171c50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/', 'action': u'view'}
+14:24:13,358 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:13,358 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:13,461 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:13,462 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:13,463 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:13,463 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:13,463 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:13,463 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:13,463 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:13,464 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:13,464 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:13,464 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171cd0>, 'start_response': <function repl_start_response at 0x31a3758>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171f10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171cd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fe7c10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171f10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672253.464591, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fe7c10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317aa10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:13,468 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:13,468 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:16,859 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:16,860 DEBUG [routes.middleware] Matched GET /mass_account_manager/summary
+14:24:16,860 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:16,860 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}
+14:24:16,861 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:16,861 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:16,861 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:16,861 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:16,861 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:16,861 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171610>, 'start_response': <function repl_start_response at 0x3196aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/mass_account_manager/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171610>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fe7710>, {'action': u'view', 'controller': u'hg', 'path_info': 'mass_account_manager/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672256.8621931, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fe7710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317aa50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'mass_account_manager/summary', 'action': u'view'}
+14:24:16,870 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:16,870 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:16,891 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:16,892 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:16,892 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:16,892 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:16,893 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:16,893 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:16,893 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:16,893 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:16,893 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:16,894 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b26090>, 'start_response': <function repl_start_response at 0x31890c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/mass_account_manager/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b26190>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b26090>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f188d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b26190>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672256.894357, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f188d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171e90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:16,898 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:16,898 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:19,520 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:19,523 DEBUG [routes.middleware] Matched GET /
+14:24:19,523 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:19,524 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:19,525 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:19,526 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:19,526 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:19,526 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:19,526 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:19,526 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3164ed0>, 'start_response': <function repl_start_response at 0x31a9f50>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3164510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3164ed0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b26690>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3164510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672259.526967, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b26690>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff14d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:24:19,530 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:19,530 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:19,565 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:19,567 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:19,567 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:19,567 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:19,568 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:19,568 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:19,568 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:19,569 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:19,569 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:19,569 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3199750>, 'start_response': <function repl_start_response at 0x31a9398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3199290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3199750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b26750>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3199290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672259.5698149, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b26750>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3000410>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:19,575 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:19,575 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:21,047 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:21,050 DEBUG [routes.middleware] Matched GET /symfonia_invoice_export/
+14:24:21,050 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:21,051 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/'}
+14:24:21,052 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:21,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:21,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:21,054 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:21,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:21,055 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3199950>, 'start_response': <function repl_start_response at 0x3183de8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/symfonia_invoice_export/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3199a10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3199950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3199490>, {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3199a10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316b4d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672261.0557489, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3199490>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b262d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'symfonia_invoice_export/', 'action': u'view'}
+14:24:21,074 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:21,113 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:21,208 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:21,209 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:21,210 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:21,210 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:21,210 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:21,210 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:21,211 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:21,211 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:21,211 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:21,211 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2ff18d0>, 'start_response': <function repl_start_response at 0x31a9c80>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ff1310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ff18d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3199090>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ff1310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2fd2e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672261.211683, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3199090>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3000b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:21,215 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:21,215 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:22,296 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:22,299 DEBUG [routes.middleware] Matched GET /symfonia_invoice_export/tags
+14:24:22,299 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:22,300 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/tags'}
+14:24:22,301 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:22,302 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:22,303 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:22,303 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:22,303 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:22,304 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2f18a10>, 'start_response': <function repl_start_response at 0x31897d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/tags'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/symfonia_invoice_export/tags', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2f18990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2f18a10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ff10d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/tags'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2f18990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672262.3049009, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2ff10d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2f1e110>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'symfonia_invoice_export/tags', 'action': u'view'}
+14:24:22,322 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:22,322 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:22,340 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:22,341 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:22,341 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:22,341 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:22,341 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:22,342 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:22,342 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:22,342 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:22,342 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:22,342 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2fe7b90>, 'start_response': <function repl_start_response at 0x3196320>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3164f50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fe7b90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f18b50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3164f50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672262.3431549, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f18b50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff9610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:22,346 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:22,347 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:23,776 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:23,785 DEBUG [routes.middleware] Matched GET /symfonia_invoice_export/summary
+14:24:23,786 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:23,786 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/summary'}
+14:24:23,788 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:23,789 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:23,789 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:23,790 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:23,790 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:23,790 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3164510>, 'start_response': <function repl_start_response at 0x31a3cf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/tags', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/summary'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/symfonia_invoice_export/summary', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31a7090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3164510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fe7590>, {'action': u'view', 'controller': u'hg', 'path_info': 'symfonia_invoice_export/summary'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31a7090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672263.7915399, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fe7590>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff1350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'symfonia_invoice_export/summary', 'action': u'view'}
+14:24:23,817 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:23,818 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:23,842 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:23,847 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:23,848 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:23,848 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:23,848 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:23,848 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:23,849 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:23,849 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:23,849 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:23,849 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171e10>, 'start_response': <function repl_start_response at 0x3196410>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/symfonia_invoice_export/summary', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171d50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171e10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fe7c90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171d50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672263.8496089, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fe7c90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff9b50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:23,853 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:23,853 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:26,707 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:26,708 DEBUG [routes.middleware] Matched GET /
+14:24:26,708 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:26,708 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:26,708 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:26,709 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:26,709 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:26,709 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:26,709 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:26,710 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171e90>, 'start_response': <function repl_start_response at 0x3189e60>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171f90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171e90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171d90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171f90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2fd2e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672266.7107069, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171d90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3164f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:24:26,722 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:26,723 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:26,767 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:26,778 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:26,779 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:26,779 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:26,779 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:26,779 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:26,780 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:26,780 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:26,780 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:26,780 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2f18dd0>, 'start_response': <function repl_start_response at 0x2cd4230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2f18ad0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2f18dd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2f18ad0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672266.780658, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171690>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3000410>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:26,784 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:26,784 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:34,585 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:34,587 DEBUG [routes.middleware] Matched GET /
+14:24:34,588 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:34,588 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:34,589 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:34,590 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:34,591 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:34,591 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:34,591 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:34,592 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b26090>, 'start_response': <function repl_start_response at 0x31a9410>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b26750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b26090>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f18a90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b26750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672274.5928249, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f18a90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171f10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:24:36,316 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:36,316 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:36,364 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:36,366 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:36,366 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:36,366 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:36,366 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:36,366 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:36,367 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:36,367 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:36,367 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:36,367 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31aae50>, 'start_response': <function repl_start_response at 0x31ba398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31aa150>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31aae50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3199650>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31aa150>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x3018a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672276.367744, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3199650>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ff1b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:36,371 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:36,371 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:38,280 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:38,283 DEBUG [routes.middleware] Matched GET /
+14:24:38,283 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:38,284 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:38,284 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:38,285 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:38,286 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:38,286 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:38,287 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:38,287 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31aa210>, 'start_response': <function repl_start_response at 0x31ba938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31aa510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31aa210>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31aae10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31aa510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316bbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672278.2881579, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x31aae10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2f18610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:24:38,292 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:38,292 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:38,325 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:38,326 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:38,327 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:38,327 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:38,327 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:38,327 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:38,328 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:38,328 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:38,328 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:38,328 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b26210>, 'start_response': <function repl_start_response at 0x31bac08>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b261d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b26210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3199c50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b261d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316b550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672278.3286309, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3199c50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2c3b350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:38,332 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:38,332 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:42,241 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:42,244 DEBUG [routes.middleware] Matched GET /
+14:24:42,244 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:42,245 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:42,246 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:42,246 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:42,246 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:42,246 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:42,246 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:42,246 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2ff18d0>, 'start_response': <function repl_start_response at 0x31ba6e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ff1e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ff18d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3199c10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ff1e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2fd2e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672282.247246, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3199c10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317af50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:24:42,251 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:42,251 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:42,288 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:42,289 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:42,289 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:42,289 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:42,289 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:42,290 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:42,290 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:42,290 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:42,290 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:42,290 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x31aa790>, 'start_response': <function repl_start_response at 0x2cd4aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31aa6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31aa790>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31aae90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31aa6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x316b450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672282.2910111, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x31aae90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31aa8d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:42,294 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:42,295 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:43,118 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:43,129 DEBUG [routes.middleware] Matched GET /
+14:24:43,130 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:43,130 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:43,130 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:43,130 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:43,130 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:43,131 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:43,131 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:43,131 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2f18f10>, 'start_response': <function repl_start_response at 0x31a9c80>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2f18bd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2f18f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b26650>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2f18bd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2e82b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672283.1315539, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b26650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x317aed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:24:43,134 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:43,135 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:24:43,175 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:24:43,176 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:24:43,177 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:24:43,177 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:24:43,177 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:24:43,177 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:24:43,178 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:24:43,178 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:24:43,178 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:24:43,178 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171d50>, 'start_response': <function repl_start_response at 0x31890c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2ad8d90>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2b26050>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171d50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2b26bd0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171750>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2b26c10>, 'wsgi.input': <socket._fileobject object at 0x2acf850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266672283.178623, '_creation_time': 1266672101.931427}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3171750>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31aa5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f992f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1bf2550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:24:43,182 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:24:43,182 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:26:32,339 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:26:32,339 DEBUG [pylons.configuration] Pushing process configuration
+14:26:32,343 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:26:32,343 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:26:34,061 DEBUG [pylons.templating] Initialized Buffet object
+14:26:34,061 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:26:34,062 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139846010796304: Initial worker pool
+14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139846002403600: Initial worker pool
+14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845994010896: Initial worker pool
+14:26:34,064 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845985618192: Initial worker pool
+14:26:34,065 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845977225488: Initial worker pool
+14:26:34,065 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845968832784: Initial worker pool
+14:26:34,066 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845960440080: Initial worker pool
+14:26:34,066 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845952047376: Initial worker pool
+14:26:34,066 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845943654672: Initial worker pool
+14:26:34,067 DEBUG [paste.httpserver.ThreadPool] Started new worker 139845935261968: Initial worker pool
+14:27:02,453 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:27:02,453 DEBUG [pylons.configuration] Pushing process configuration
+14:27:02,457 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:27:02,457 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:27:04,150 DEBUG [pylons.templating] Initialized Buffet object
+14:27:04,150 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:27:04,151 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543673231632: Initial worker pool
+14:27:04,151 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543664838928: Initial worker pool
+14:27:04,151 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543656446224: Initial worker pool
+14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543648053520: Initial worker pool
+14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543639660816: Initial worker pool
+14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543631268112: Initial worker pool
+14:27:04,152 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543622875408: Initial worker pool
+14:27:04,153 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543614482704: Initial worker pool
+14:27:04,153 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543606090000: Initial worker pool
+14:27:04,153 DEBUG [paste.httpserver.ThreadPool] Started new worker 140543597697296: Initial worker pool
+14:27:12,346 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:12,348 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:12,349 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:12,379 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:27:12,379 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:12,379 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:12,380 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:12,380 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2f1b290>, 'start_response': <function repl_start_response at 0x2f1e140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2f1b5d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2f1b290>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f1b110>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2f1b5d0>, 'wsgi.input': <socket._fileobject object at 0x2ce7650 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672432.380492, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f1b110>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2f19ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
+14:27:12,384 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:12,384 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:27:12,453 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:12,455 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:12,455 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:12,455 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:12,455 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:12,455 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:12,455 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x312dbd0>, 'start_response': <function repl_start_response at 0x312cde8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_REFERER': 'http://127.0.0.1:8001/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x312d810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x312dbd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x312d710>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x312d810>, 'wsgi.input': <socket._fileobject object at 0x2ce76d0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672432.456079, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x312d710>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x312d6d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:27:12,459 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:12,460 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:27:12,460 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:12,461 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:12,461 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:12,462 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:12,462 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:12,462 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:12,462 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x313c810>, 'start_response': <function repl_start_response at 0x3138500>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x313c690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x313c810>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x312df10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x313c690>, 'wsgi.input': <socket._fileobject object at 0x2ce75d0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672432.4625671, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x312df10>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x312d650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+14:27:12,466 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:12,466 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:27:14,016 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:14,017 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:14,018 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:14,018 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:14,018 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:14,018 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:14,018 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x313c490>, 'start_response': <function repl_start_response at 0x3138aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_REFERER': 'http://127.0.0.1:8001/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x313c190>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x313c490>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x313ce10>, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x313c190>, 'wsgi.input': <socket._fileobject object at 0x3094cd0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672434.0187299, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x313ce10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x313c610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/', 'action': u'view'}
+14:27:14,059 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:14,060 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:27:14,077 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:14,078 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:14,078 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:14,078 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:14,079 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:14,079 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:14,079 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3231f10>, 'start_response': <function repl_start_response at 0x339bcf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_REFERER': 'http://127.0.0.1:8001/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3231cd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3231f10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x313cb10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3231cd0>, 'wsgi.input': <socket._fileobject object at 0x3094ed0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672434.0794489, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x313cb10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x312df10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:27:14,083 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:14,083 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:27:15,468 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:15,470 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:15,471 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:15,471 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:15,472 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:15,472 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:15,472 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x339a690>, 'start_response': <function repl_start_response at 0x33af758>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x339a490>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x339a690>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x338fa10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x339a490>, 'wsgi.input': <socket._fileobject object at 0x3248cd0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672435.474297, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x338fa10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3231850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+14:27:15,485 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:15,486 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:27:15,510 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:27:15,514 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:27:15,515 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:27:15,515 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:27:15,515 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:27:15,516 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:27:15,516 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3231f50>, 'start_response': <function repl_start_response at 0x339b5f0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2cf1c90>, 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d42610>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32319d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d42f10>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3231f50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x313ca90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '8001', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32319d0>, 'wsgi.input': <socket._fileobject object at 0x320af50 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672435.5170131, '_creation_time': 1266672432.380492}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x313ca90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x312d5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd2e516f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e12910>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
+14:27:15,528 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:27:15,528 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:28:09,731 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:28:09,732 DEBUG [pylons.configuration] Pushing process configuration
+14:28:09,735 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:28:09,735 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:28:36,064 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
+14:28:36,065 DEBUG [pylons.configuration] Pushing process configuration
+14:28:36,068 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
+14:28:36,068 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
+14:28:37,750 DEBUG [pylons.templating] Initialized Buffet object
+14:28:37,750 DEBUG [pylons.templating] Adding mako template language for use with Buffet
+14:28:37,750 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
+14:28:37,924 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875953305872: Initial worker pool
+14:28:37,936 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875944913168: Initial worker pool
+14:28:37,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875936520464: Initial worker pool
+14:28:37,938 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875928127760: Initial worker pool
+14:28:37,939 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875919735056: Initial worker pool
+14:28:37,955 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875911342352: Initial worker pool
+14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875902949648: Initial worker pool
+14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875894556944: Initial worker pool
+14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875886164240: Initial worker pool
+14:28:37,956 DEBUG [paste.httpserver.ThreadPool] Started new worker 139875810539792: Initial worker pool
+14:28:41,872 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:28:41,879 DEBUG [routes.middleware] Matched GET /ftp_exchange/
+14:28:41,879 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:28:41,879 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}
+14:28:41,880 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:28:41,881 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:28:41,912 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
+14:28:41,912 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:28:41,912 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:28:41,912 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:28:41,912 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x392be90>, 'start_response': <function repl_start_response at 0x39391b8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38cae50>, 'HTTP_REFERER': 'http://127.0.0.1:8001/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x391a090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3935210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x392be90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x391a890>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x392bc90>, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '8001', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x391acd0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3935210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x391acd0>, 'wsgi.input': <socket._fileobject object at 0x38c15d0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672521.9130261, '_creation_time': 1266672521.9130261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x392bc90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x392ba10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f376e01c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2a87550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'ftp_exchange/', 'action': u'view'}
+14:28:41,953 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:28:41,953 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
+14:28:42,129 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
+14:28:42,132 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
+14:28:42,132 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
+14:28:42,132 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
+14:28:42,132 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
+14:28:42,133 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
+14:28:42,133 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
+14:28:42,133 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
+14:28:42,133 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
+14:28:42,133 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x4035510>, 'start_response': <function repl_start_response at 0x4032b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38cae50>, 'HTTP_REFERER': 'http://127.0.0.1:8001/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x391a090>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x40355d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100219 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=770cd9b88fbc14ed3746e026a4cb4519a36ed961e68a9cfa207d1188ddc7838bcb6e168a', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x4035510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x391a890>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x392bc50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '8001', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x391acd0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x40355d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x391acd0>, 'wsgi.input': <socket._fileobject object at 0x39272d0 length=0>, 'HTTP_HOST': '127.0.0.1:8001', 'beaker.session': {'_accessed_time': 1266672522.1343889, '_creation_time': 1266672521.9130261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x392bc50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x40352d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f376e01c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2a87550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
+14:28:42,139 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
+14:28:42,139 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
--- a/pylons_app/config/middleware.py	Thu Feb 18 17:38:27 2010 +0100
+++ b/pylons_app/config/middleware.py	Sat Feb 20 14:30:13 2010 +0100
@@ -67,8 +67,8 @@
         app = Cascade([static_app, app])
 
     #dozer debug
-#    if asbool(config['debug']):
-#        from dozer import Logview
-#        app = Logview(app, config)
+    if asbool(config['debug']):
+        from dozer import Logview
+        app = Logview(app, config)
 
     return app
--- a/pylons_app/controllers/hg.py	Thu Feb 18 17:38:27 2010 +0100
+++ b/pylons_app/controllers/hg.py	Sat Feb 20 14:30:13 2010 +0100
@@ -6,31 +6,18 @@
 from mako.template import Template
 from pprint import pprint
 import os
-#uncomment the following if you want to serve a single repo
-#from mercurial.hgweb.hgweb_mod import hgweb
-from mercurial.hgweb.hgwebdir_mod import hgwebdir
-from mercurial.hgweb.request import wsgiapplication
-log = logging.getLogger(__name__)
-
 from mercurial import ui, hg
 from mercurial.error import RepoError
 from ConfigParser import ConfigParser
 
-def make_web_app():
-    repos = "hgwebdir.config"
-    hgwebapp = hgwebdir(repos)
-    return hgwebapp
+log = logging.getLogger(__name__)
 
 class HgController(BaseController):
-    #based on
-    #http://bel-epa.com/hg/
     def index(self):
-        hgapp = wsgiapplication(make_web_app)
-        return hgapp(request.environ, self.start_response)
+        return g.hgapp(request.environ, self.start_response)
 
     def view(self, *args, **kwargs):
-        hgapp = wsgiapplication(make_web_app)
-        return hgapp(request.environ, self.start_response)
+        return g.hgapp(request.environ, self.start_response)
 
     def add_repo(self, new_repo):
         tmpl = '''
@@ -58,7 +45,6 @@
     def _check_repo(self, repo_name):
         p = os.path.dirname(__file__)
         config_path = os.path.join(p, '../..', 'hgwebdir.config')
-        print config_path
 
         cp = ConfigParser()
 
--- a/pylons_app/lib/app_globals.py	Thu Feb 18 17:38:27 2010 +0100
+++ b/pylons_app/lib/app_globals.py	Sat Feb 20 14:30:13 2010 +0100
@@ -1,5 +1,8 @@
 """The application's Globals object"""
-
+#uncomment the following if you want to serve a single repo
+#from mercurial.hgweb.hgweb_mod import hgweb
+from mercurial.hgweb.hgwebdir_mod import hgwebdir
+from mercurial.hgweb.request import wsgiapplication
 class Globals(object):
 
     """Globals acts as a container for objects available throughout the
@@ -13,3 +16,12 @@
         'app_globals' variable
 
         """
+        #two ways of building the merc app i don't know 
+        #the fastest one but belive the wsgiapp is better
+        #self.hgapp = self.make_web_app()
+        self.hgapp = wsgiapplication(self.make_web_app)
+
+    def make_web_app(self):
+        repos = "hgwebdir.config"
+        hgwebapp = hgwebdir(repos)
+        return hgwebapp