Mercurial > hg > mercurial
view teamcity-plugin.xml @ 349:e0464f11206c
TW-19698 Handle unrelated repositories
When repository becames unrelated - clone it in different
directory on the server. When changes are collected and any of
revisions is from unrelated repository - return empty changes
collection.
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Thu, 12 Jan 2012 18:21:07 +0400 |
parents | 63fcc9b14221 |
children | 7a4ecffe34a9 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml"> <info> <name>mercurial</name> <display-name>VCS Support: Mercurial</display-name> <version>@Plugin_Version@</version> <vendor> <name>JetBrains, s.r.o.</name> <url>http://www.jetbrains.com</url> </vendor> </info> <deployment use-separate-classloader="false"/> </teamcity-plugin>