diff rhodecode/lib/hooks.py @ 3840:dc4644865e8b beta

Implemented simple gist functionality ref #530. - creation of public/private gists with given lifetime - rhodecode-gist CLI for quick gist creation
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 May 2013 20:24:02 +0200
parents 55585c86be83
children 3208aaefc9ca
line wrap: on
line diff
--- a/rhodecode/lib/hooks.py	Sat May 11 00:25:05 2013 +0200
+++ b/rhodecode/lib/hooks.py	Sat May 11 20:24:02 2013 +0200
@@ -306,11 +306,8 @@
     connect to database and run the logging code. Hacky as sh*t but works.
 
     :param repo_path:
-    :type repo_path:
     :param revs:
-    :type revs:
     :param env:
-    :type env:
     """
     from paste.deploy import appconfig
     from sqlalchemy import engine_from_config