Changeset - 32a98559aa12
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2012-06-03 01:09:28
marcin@python-works.com
Update requires to hg 2.2.2
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
requires.txt
Show inline comments
 
@@ -13,5 +13,6 @@ dulwich>=0.8.5,<0.9.0
 
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
rhodecode/__init__.py
Show inline comments
 
@@ -72,10 +72,10 @@ if __py_version__ < (2, 6):
 
    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():
0 comments (0 inline, 0 general)