view README.txt @ 838:7e461ea697f1

Faster working dir revision calculation We used to use 'hg identity' to get a working dir revision. It shows the revision but also adds a '+' sign if some files were changed. For repository with a size of R# it takes around 5 minutes to understand that all files are unmodified and '+' sign is not needed. To update sources we don't use this information at all. Switch to 'hg parents' which takes around a second because it doesn't check if files were modified.
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Mon, 02 Jun 2014 16:20:41 +0200
parents f6114497a33f
children e9987cf08919
line wrap: on
line source
TeamCity plugin for Mercurial SCM

Installation
=================================

TeamCity 4.x and later

Download mercurial-server.zip and put it into the .BuildServer/plugins folder. Restart server.