# HG changeset patch # User Marcin Kuzminski # Date 1312568511 -10800 # Node ID 828639811cdc1372d4a44b58cdfb25789a90432b # Parent 002f4f465b5847e946a8724c355e79f081e68cd6 added info about minimum client version for rhodecode. Fixes #224 diff -r 002f4f465b58 -r 828639811cdc docs/installation.rst --- a/docs/installation.rst Fri Aug 05 21:17:59 2011 +0300 +++ b/docs/installation.rst Fri Aug 05 21:21:51 2011 +0300 @@ -5,7 +5,9 @@ ``RhodeCode`` is written entirely in Python. Before posting any issues make sure, your not missing any system libraries and using right version of -libraries required by RhodeCode. +libraries required by RhodeCode. There's also restriction in terms of mercurial +clients. Minimal version of hg client known working fine with RhodeCode is +**1.6**. If you're using older client, please upgrade. Installing RhodeCode from Cheese Shop