# HG changeset patch # User Marcin Kuzminski # Date 2011-07-02 14:47:07 # Node ID ff7f5922e4e081ec6c6f9e08724fe228612c77d5 # Parent c3172bc095039d129824696b757c70cabb944c57 freeze mercurial version diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ requirements = [ "Mako>=0.4.0", "vcs>=0.2.1", "pygments>=1.4", - "mercurial>=1.8.1", + "mercurial>=1.8.1,<1.9", "whoosh>=1.8.4", "celery>=2.2.5", "babel",