Mercurial > public > src > rhodecode
changeset 2479:32a98559aa12 beta
Update requires to hg 2.2.2
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sun, 03 Jun 2012 01:09:28 +0200 |
parents | 679363531571 |
children | 04ef27ce939e |
files | requires.txt rhodecode/__init__.py |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/requires.txt Sun Jun 03 01:07:36 2012 +0200 +++ b/requires.txt Sun Jun 03 01:09:28 2012 +0200 @@ -13,5 +13,6 @@ webob==1.0.8 markdown==2.1.1 docutils==0.8.1 +simplejson==2.5.2 py-bcrypt -mercurial>=2.2.1,<2.3 \ No newline at end of file +mercurial>=2.2.2,<2.3 \ No newline at end of file
--- a/rhodecode/__init__.py Sun Jun 03 01:07:36 2012 +0200 +++ b/rhodecode/__init__.py Sun Jun 03 01:09:28 2012 +0200 @@ -72,10 +72,10 @@ requirements.append("pysqlite") if is_windows: - requirements.append("mercurial>=2.2.1,<2.3") + requirements.append("mercurial>=2.2.2,<2.3") else: requirements.append("py-bcrypt") - requirements.append("mercurial>=2.2.1,<2.3") + requirements.append("mercurial>=2.2.2,<2.3") def get_version():