# HG changeset patch # User Marcin Kuzminski # Date 2011-08-05 20:21:51 # Node ID 828639811cdc1372d4a44b58cdfb25789a90432b # Parent 002f4f465b5847e946a8724c355e79f081e68cd6 added info about minimum client version for rhodecode. Fixes #224 diff --git a/docs/installation.rst b/docs/installation.rst --- a/docs/installation.rst +++ b/docs/installation.rst @@ -5,7 +5,9 @@ Installation ``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