##// END OF EJS Templates
Bumped Mercurial version
marcink -
r2237:d919631e beta
parent child Browse files
Show More
@@ -14,4 +14,4 b' webob==1.0.8'
14 markdown==2.1.1
14 markdown==2.1.1
15 docutils==0.8.1
15 docutils==0.8.1
16 py-bcrypt
16 py-bcrypt
17 mercurial>=2.2,<2.3 No newline at end of file
17 mercurial>=2.2.1,<2.3 No newline at end of file
@@ -69,10 +69,10 b' if __py_version__ < (2, 6):'
69 requirements.append("pysqlite")
69 requirements.append("pysqlite")
70
70
71 if __platform__ in PLATFORM_WIN:
71 if __platform__ in PLATFORM_WIN:
72 requirements.append("mercurial>=2.2,<2.3")
72 requirements.append("mercurial>=2.2.1,<2.3")
73 else:
73 else:
74 requirements.append("py-bcrypt")
74 requirements.append("py-bcrypt")
75 requirements.append("mercurial>=2.2,<2.3")
75 requirements.append("mercurial>=2.2.1,<2.3")
76
76
77
77
78 def get_version():
78 def get_version():
General Comments 0
You need to be logged in to leave comments. Login now