Mercurial > public > src > rhodecode
diff pylons_app/controllers/hg.py @ 22:3142616771cd
Removed default contact name
changed depracated import of helpers,
added manage repo funciton draft.
Template updates
removed colored logger
author | Marcin Kuzminski |
---|---|
date | Sun, 28 Feb 2010 14:19:21 +0100 |
parents | fac1f62a1d71 |
children | 2963f2894a7a |
line wrap: on
line diff
--- a/pylons_app/controllers/hg.py Sun Feb 28 02:24:44 2010 +0100 +++ b/pylons_app/controllers/hg.py Sun Feb 28 14:19:21 2010 +0100 @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- import logging from pylons_app.lib.base import BaseController, render -from pylons import c, g, session, h, request +from pylons import c, g, session, request +from pylons_app.lib import helpers as h from mako.template import Template from pprint import pprint import os @@ -31,6 +32,10 @@ return template.render(g = g, c = c, session = session, h = h) + + def manage_hgrc(self): + pass + def add_repo(self, new_repo): c.staticurl = g.statics