# HG changeset patch # User Marcin Kuzminski # Date 2011-11-02 15:20:07 # Node ID 7e0ec636b0610310a17800a619065e402eedd1dd # Parent 1d904d972c479a06e8e3e4f53d9e4c6c56a99675 Mercurial 2.0 compatibility diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ requirements = [ "SQLAlchemy==0.7.3", "Mako==0.5.0", "pygments>=1.4", - "mercurial>=1.9.3,<2.0", + "mercurial>=2.0,<2.1", "whoosh<1.8", "celery>=2.2.5,<2.3", "babel",