annotate 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
rev   line source
33
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
1 TeamCity plugin for Mercurial SCM
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
2
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
3 Installation
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
4 =================================
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
5
136
Pavel.Sher
parents: 85
diff changeset
6 TeamCity 4.x and later
33
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
7
ad0aae0003bb readme file created
Pavel.Sher
parents:
diff changeset
8 Download mercurial-server.zip and put it into the .BuildServer/plugins folder. Restart server.