# HG changeset patch # User Christophe de Vienne # Date 1416668735 -3600 # Node ID e5cc5cf29c7e687b9254dcb3e84e8a50ae1a65f8 # Parent 729e7c661a88c5694119689a93d6bcf3202a0d49 doc: TortoiseHG on Windows diff -r 729e7c661a88 -r e5cc5cf29c7e docs/overview.rst --- a/docs/overview.rst Sat Nov 22 15:31:01 2014 +0100 +++ b/docs/overview.rst Sat Nov 22 16:05:35 2014 +0100 @@ -27,6 +27,18 @@ [extensions] review = [path to]/hg-review/review/ +TortoiseHG +~~~~~~~~~~ + +People using TortoiseHG on Windows platforms need to update the tortoisehg +`library.zip`. This is easily done by running the +`contrib\\windows\\update_tortoisehg_libs.py` script. + +Do to that, you need to have python 2.7 installed:: + + python contrib\windows\update_tortoisehg_libs.py + + Usage -----