diff setup.py @ 512:d945c95ba4ac

refactoring for new vcs implementation renamed all ._short and .raw_id into .short_id updated dependency for vcs to 0.1.6
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Sep 2010 20:25:58 +0000
parents 5c376ac2d4c9
children 3a567e329fb6
line wrap: on
line diff
--- a/setup.py	Tue Sep 28 20:14:16 2010 +0000
+++ b/setup.py	Tue Sep 28 20:25:58 2010 +0000
@@ -20,7 +20,7 @@
         "SQLAlchemy>=0.6",
         "babel",
         "Mako>=0.3.2",
-        "vcs>=0.1.5",
+        "vcs>=0.1.6",
         "pygments>=1.3.0",
         "mercurial>=1.6",
         "pysqlite",