changeset 49:ef24dd7c740e

minor fix
author Pavel.Sher
date Thu, 09 Oct 2008 12:18:57 +0400
parents 8665bfa3e03a
children d4b7dcc8d66e
files mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java	Thu Oct 09 12:08:49 2008 +0400
+++ b/mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java	Thu Oct 09 12:18:57 2008 +0400
@@ -52,7 +52,6 @@
  *
  * <p>Working copy of repository is created in the $TEAMCITY_DATA_PATH/system/caches/mercurial folder.
  * <p>Personal builds (remote runs) are not yet supported, they require corresponding functionality from the IDE.
- * <p>Checkout on agent mode is not yet supported too.
  */
 public class MercurialVcsSupport extends VcsSupport implements CollectChangesByIncludeRule, LabelingSupport, AgentSideCheckoutAbility {
   private ConcurrentMap<String, Lock> myWorkDirLocks= new ConcurrentHashMap<String, Lock>();