diff rhodecode/model/hg_model.py @ 569:000b675e7c1d

bumped version, some spelling fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Oct 2010 17:27:46 +0200
parents 1e757ac98988
children
line wrap: on
line diff
--- a/rhodecode/model/hg_model.py	Sun Oct 10 17:24:41 2010 +0200
+++ b/rhodecode/model/hg_model.py	Sun Oct 10 17:27:46 2010 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # encoding: utf-8
-# Model for hg app
+# Model for RhodeCode
 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
 # 
 # This program is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@
 # MA  02110-1301, USA.
 """
 Created on April 9, 2010
-Model for hg app
+Model for RhodeCode
 @author: marcink
 """
 from beaker.cache import cache_region