diff mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/Constants.java @ 686:1efd1846f00a

Add an option for using tar archive for building a full patch This is a workaround for the case when java cannot read some file from the repository due to encoding used in a file name.
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Tue, 17 Dec 2013 13:38:24 +0100
parents 1d417eb6ea28
children 31a1aca3305c
line wrap: on
line diff
--- a/mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/Constants.java	Tue Dec 10 18:43:13 2013 +0100
+++ b/mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/Constants.java	Tue Dec 17 13:38:24 2013 +0100
@@ -31,6 +31,7 @@
   String DETECT_SUBREPO_CHANGES = "detectSubrepoChanges";
   String USE_TAGS_AS_BRANCHES = "useTagsAsBranches";
   String INCLUDE_SUBREPOS_IN_PATCH = "includeSubreposInPatch";
+  String USE_ARCHIVE_FOR_PATCH = "useArchiveForPatch";
 
   String GLOBAL_DETECT_SUBREPO_CHANGES = "teamcity.hg.detectSubrepoChanges";
 }