# HG changeset patch # User Marcin Kuzminski # Date 1286724466 -7200 # Node ID 000b675e7c1d62b8af7b529a99ecd32c49ca79e7 # Parent 5f481e4e888bb23726540b14c369fb8a82495089 bumped version, some spelling fixes diff -r 5f481e4e888b -r 000b675e7c1d rhodecode/__init__.py --- a/rhodecode/__init__.py Sun Oct 10 17:24:41 2010 +0200 +++ b/rhodecode/__init__.py Sun Oct 10 17:27:46 2010 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python # encoding: utf-8 -# Hg app, a web based mercurial repository managment based on pylons +# RhodeCode, a web based repository management based on pylons # Copyright (C) 2009-2010 Marcin Kuzminski # # This program is free software; you can redistribute it and/or @@ -19,12 +19,12 @@ # MA 02110-1301, USA. """ Created on April 9, 2010 -Hg app, a web based mercurial repository managment based on pylons +RhodeCode, a web based repository management based on pylons versioning implementation: http://semver.org/ @author: marcink """ -VERSION = (0, 8, 5, 'beta') +VERSION = (1, 0, 0, 'rc1') __version__ = '.'.join((str(each) for each in VERSION[:4])) diff -r 5f481e4e888b -r 000b675e7c1d rhodecode/lib/db_manage.py --- a/rhodecode/lib/db_manage.py Sun Oct 10 17:24:41 2010 +0200 +++ b/rhodecode/lib/db_manage.py Sun Oct 10 17:27:46 2010 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python # encoding: utf-8 -# database managment for hg app +# database management for RhodeCode # Copyright (C) 2009-2010 Marcin Kuzminski # # This program is free software; you can redistribute it and/or @@ -20,7 +20,7 @@ """ Created on April 10, 2010 -database managment and creation for hg app +database management and creation for RhodeCode @author: marcink """ diff -r 5f481e4e888b -r 000b675e7c1d rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py Sun Oct 10 17:24:41 2010 +0200 +++ b/rhodecode/lib/utils.py Sun Oct 10 17:27:46 2010 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python # encoding: utf-8 -# Utilities for hg app +# Utilities for RhodeCode # Copyright (C) 2009-2010 Marcin Kuzminski # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -19,7 +19,7 @@ """ Created on April 18, 2010 -Utilities for hg app +Utilities for RhodeCode @author: marcink """ from beaker.cache import cache_region diff -r 5f481e4e888b -r 000b675e7c1d rhodecode/model/hg_model.py --- 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 # # 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 diff -r 5f481e4e888b -r 000b675e7c1d rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html Sun Oct 10 17:24:41 2010 +0200 +++ b/rhodecode/templates/base/base.html Sun Oct 10 17:27:46 2010 +0200 @@ -66,7 +66,7 @@ diff -r 5f481e4e888b -r 000b675e7c1d rhodecode/templates/files/file_diff.html --- a/rhodecode/templates/files/file_diff.html Sun Oct 10 17:24:41 2010 +0200 +++ b/rhodecode/templates/files/file_diff.html Sun Oct 10 17:27:46 2010 +0200 @@ -1,7 +1,7 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('Repository managment')} + ${_('Repository management')} <%def name="breadcrumbs_links()"> ${h.link_to(u'Home',h.url('/'))}