##// END OF EJS Templates
bumped mercurial to 2.1
marcink -
r1974:edd3f202 beta
parent child Browse files
Show More
@@ -15,4 +15,4 b' webob==1.0.8'
15 markdown==2.0.3
15 markdown==2.0.3
16 docutils==0.8.1
16 docutils==0.8.1
17 py-bcrypt
17 py-bcrypt
18 mercurial>=2.0,<2.1 No newline at end of file
18 mercurial>=2.1,<2.2 No newline at end of file
@@ -60,10 +60,10 b' if __py_version__ < (2, 6):'
60 requirements.append("pysqlite")
60 requirements.append("pysqlite")
61
61
62 if __platform__ in PLATFORM_WIN:
62 if __platform__ in PLATFORM_WIN:
63 requirements.append("mercurial==2.0.1")
63 requirements.append("mercurial>=2.1,<2.2")
64 else:
64 else:
65 requirements.append("py-bcrypt")
65 requirements.append("py-bcrypt")
66 requirements.append("mercurial>=2.0,<2.1")
66 requirements.append("mercurial>=2.1,<2.2")
67
67
68
68
69 try:
69 try:
General Comments 0
You need to be logged in to leave comments. Login now