comparison rhodecode/lib/utils.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 80dc0a23edf7
children 5cc96df705b9
comparison
equal deleted inserted replaced
568:5f481e4e888b 569:000b675e7c1d
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # encoding: utf-8 2 # encoding: utf-8
3 # Utilities for hg app 3 # Utilities for RhodeCode
4 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> 4 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
5 # This program is free software; you can redistribute it and/or 5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License 6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; version 2 7 # as published by the Free Software Foundation; version 2
8 # of the License or (at your opinion) any later version of the license. 8 # of the License or (at your opinion) any later version of the license.
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 # MA 02110-1301, USA. 18 # MA 02110-1301, USA.
19 19
20 """ 20 """
21 Created on April 18, 2010 21 Created on April 18, 2010
22 Utilities for hg app 22 Utilities for RhodeCode
23 @author: marcink 23 @author: marcink
24 """ 24 """
25 from beaker.cache import cache_region 25 from beaker.cache import cache_region
26 from mercurial import ui, config, hg 26 from mercurial import ui, config, hg
27 from mercurial.error import RepoError 27 from mercurial.error import RepoError