log mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java @ 980:1168c4c64d49

age author description
Wed, 24 Jan 2018 17:38:56 +0100 Dmitry Neverov Merge branch Indore-2017.2.x
Mon, 22 Jan 2018 11:40:45 +0100 pavel.sher Update copyright Indore-2017.2.x
Mon, 22 Jan 2018 11:39:20 +0100 pavel.sher Update copyright
Mon, 15 May 2017 18:16:13 +0200 Dmitry Neverov TW-50033 handle tag and branch name clash during labeling Indore-2017.1.x
Tue, 16 Dec 2014 20:11:05 +0100 Dmitry Neverov TW-39321 better error message when commit destination branch doesn't exist Hajipur-9.0.x
Sun, 05 Oct 2014 11:15:34 +0200 Dmitry Neverov Report more vcs operation progress
Sat, 04 Oct 2014 23:16:32 +0200 Dmitry Neverov Extract OperationContext without details needed only for changes collecting
Fri, 03 Oct 2014 22:29:27 +0200 Dmitry Neverov Remove unused field
Wed, 01 Oct 2014 22:03:19 +0200 Dmitry Neverov Report lock acquisition progress
Tue, 30 Sep 2014 18:27:09 +0200 Dmitry Neverov Run hg pull with progress
Wed, 24 Sep 2014 20:38:50 +0200 Dmitry Neverov TW-19916 more support for custom mercurial config
Wed, 24 Sep 2014 19:40:10 +0200 Dmitry Neverov TW-19916 ability to specify custom mercurial config for VCS root
Mon, 15 Sep 2014 19:39:59 +0200 Dmitry Neverov Ability to profile hg pull on server
Mon, 25 Aug 2014 19:22:39 +0200 Dmitry Neverov UP-1866 disable patterns in hg archive include rules
Thu, 03 Jul 2014 22:12:06 +0200 Dmitry Neverov Map subrepo path when we remove it
Wed, 02 Jul 2014 18:43:15 +0200 Dmitry Neverov Merge branch Gaya-8.1.x
Wed, 02 Jul 2014 18:39:37 +0200 Dmitry Neverov Don't build a clean patch if incremental patch fails Gaya-8.1.x
Fri, 30 May 2014 10:55:11 +0200 eugene petrenko minor
Fri, 30 May 2014 10:53:16 +0200 eugene petrenko @NotNull
Fri, 30 May 2014 10:51:57 +0200 eugene petrenko use BufferedInputStream, added TODO
Fri, 30 May 2014 10:48:43 +0200 eugene petrenko minor
Fri, 30 May 2014 10:41:21 +0200 eugene petrenko use BufferedInputStream
Fri, 30 May 2014 10:40:21 +0200 eugene petrenko final
Fri, 30 May 2014 10:35:28 +0200 eugene petrenko final + invert if
Fri, 30 May 2014 10:33:30 +0200 eugene petrenko final
Sat, 24 May 2014 16:45:14 +0200 Dmitry Neverov Report clone/pull progress
Mon, 19 May 2014 19:14:16 +0200 Dmitry Neverov Merge branch Gaya-8.1.x
Mon, 19 May 2014 19:06:19 +0200 Dmitry Neverov Explain that a manual recovery is required. Gaya-8.1.x
Mon, 19 May 2014 17:14:38 +0200 Dmitry Neverov TW-33522 do not retry clone for repositories with custom clone dirs Gaya-8.1.x
Mon, 19 May 2014 17:05:32 +0200 Dmitry Neverov TW-33522 limit the number of repository clone attempts Gaya-8.1.x
Thu, 17 Apr 2014 20:16:48 +0200 Dmitry Neverov Merge branch Gaya-8.1.x
Thu, 17 Apr 2014 19:56:05 +0200 Dmitry Neverov TW-36113 retrieve bookmarks with repository lock held Gaya-8.1.x
Wed, 16 Apr 2014 22:45:46 +0200 Dmitry Neverov VCS-41 use archive to build an incremental patch
Tue, 25 Feb 2014 13:38:48 +0100 eugene petrenko test added
Tue, 25 Feb 2014 12:28:08 +0100 eugene petrenko simplify 2
Mon, 24 Feb 2014 19:23:01 +0100 eugene petrenko fix possible leak of directory lock
Thu, 23 Jan 2014 15:09:19 +0100 Dmitry Neverov Use a resolved subrepo url as a default path
Tue, 14 Jan 2014 12:45:10 +0100 Dmitry Neverov Update copyright
Mon, 13 Jan 2014 18:15:41 +0100 Dmitry Neverov Skip collecting changes in subrepos which url cannot be resolved
Fri, 27 Dec 2013 19:10:48 +0100 Dmitry Neverov Get rid of depricated getCurrentVersion() method
Thu, 19 Dec 2013 19:27:07 +0100 eugene petrenko fix tests
Tue, 17 Dec 2013 19:49:53 +0100 Dmitry Neverov Get rid of ArchiveUtil
Tue, 17 Dec 2013 13:38:24 +0100 Dmitry Neverov Add an option for using tar archive for building a full patch
Sun, 24 Nov 2013 17:22:43 +0100 Pavel Sher mercurial url support + some tests
Wed, 20 Nov 2013 15:41:19 +0400 Dmitry Neverov Add an option for excluding subrepos from patch
Fri, 04 Oct 2013 15:59:42 +0400 Dmitry Neverov Add TTL for list file policy
Mon, 30 Sep 2013 13:04:11 +0200 eugene petrenko call super in getVcsCustomExtension
Fri, 23 Aug 2013 12:27:35 +0400 Dmitry Neverov Do not implement VcsRoot
Mon, 19 Aug 2013 14:21:24 +0400 Dmitry Neverov Implement tryMerge
Wed, 14 Aug 2013 19:59:35 +0400 Dmitry Neverov Merge branch Gaya-8.0.x
Wed, 14 Aug 2013 19:58:59 +0400 Dmitry Neverov Add an option to allow patch caching when server-side checkout is used Gaya-8.0.x
Wed, 07 Aug 2013 13:08:31 +0400 Dmitry Neverov Implement MergeSupport
Thu, 01 Aug 2013 15:14:04 +0400 Dmitry Neverov TW-28975, TW-30345 re-clone repository in case of "abandoned transaction" error Gaya-8.0.x
Fri, 07 Jun 2013 19:05:23 +0400 Dmitry Neverov TW-28776 create a tag in branch to which the labeled revision belongs
Wed, 17 Apr 2013 14:56:05 +0400 Dmitry Neverov LogUtil is not available in vcs worker + remove duplicates
Tue, 16 Apr 2013 16:48:27 +0400 Dmitry Neverov cleanup
Tue, 16 Apr 2013 16:44:54 +0400 Dmitry Neverov Fix incremental patch for commits with removes only
Tue, 16 Apr 2013 16:20:30 +0400 Dmitry Neverov Incremental patch for VCS root with subrepos
Mon, 15 Apr 2013 16:53:47 +0400 Dmitry Neverov Clean patch uses subrepo mirrors on the server
Wed, 20 Mar 2013 13:26:31 +0400 Dmitry Neverov fix getContent for subrepos
Wed, 06 Mar 2013 21:26:28 +0400 Dmitry Neverov Extract MercurialCollectChangesPolicy
Wed, 06 Mar 2013 17:44:40 +0400 Dmitry Neverov Ability to limit number of nodes in the DAG
Wed, 06 Mar 2013 15:49:37 +0400 Dmitry Neverov TW-26379 optimize changes collecting Faradi-7.1.x
Fri, 01 Mar 2013 20:11:10 +0400 Dmitry Neverov fix test
Fri, 01 Mar 2013 18:59:41 +0400 Dmitry Neverov Optimization works only for hg with revsets
Fri, 01 Mar 2013 16:03:00 +0400 Dmitry Neverov Speed up changes collecting
Thu, 28 Feb 2013 20:38:04 +0400 Dmitry Neverov Move getFromRevisionsForBranch to OperationContext
Thu, 28 Feb 2013 19:13:52 +0400 Dmitry Neverov Do not report duplicate changes
Mon, 25 Feb 2013 17:53:40 +0400 Dmitry Neverov Optimize changes collecting
Mon, 25 Feb 2013 16:49:13 +0400 Dmitry Neverov Cache repos in order to not read .hgstate/.hgsubstate twice
Mon, 25 Feb 2013 16:33:20 +0400 Dmitry Neverov Don't collect same subrepo changes twice
Thu, 21 Feb 2013 18:46:43 +0400 Dmitry Neverov Report subrepo changes
Wed, 30 Jan 2013 11:21:56 +0400 Dmitry Neverov report subrepo added/removed
Tue, 29 Jan 2013 20:53:19 +0400 Dmitry Neverov Report subrepo changes - initial version
Sat, 29 Dec 2012 18:32:56 +0400 Dmitry Neverov TW-17489 support bookmarks
Thu, 13 Dec 2012 12:43:31 +0400 Dmitry Neverov Use a new way to provide vcs extensions
Mon, 03 Dec 2012 15:47:19 +0400 Dmitry Neverov Fix NPE
Mon, 26 Nov 2012 13:23:43 +0400 Dmitry Neverov Move TeamCity-specific logic to separate module
Thu, 15 Nov 2012 16:40:22 +0400 Dmitry Neverov Detect changes in subrepos
Mon, 29 Oct 2012 17:56:44 +0400 Dmitry Neverov Merge branch Faradi-7.1.x
Mon, 29 Oct 2012 17:48:29 +0400 Dmitry Neverov Use uncompressed transfer explicitly Faradi-7.1.x
Mon, 29 Oct 2012 17:41:51 +0400 Dmitry Neverov Add a default branch name Faradi-7.1.x
Wed, 03 Oct 2012 18:08:22 +0400 Dmitry Neverov Move MercurialBranchSupport to separate module
Mon, 01 Oct 2012 20:47:03 +0200 eugene petrenko fix compilation, update API
Wed, 26 Sep 2012 14:58:55 +0400 Dmitry Neverov Ensure temp dirs are deleted Faradi-7.1.x
Mon, 10 Sep 2012 20:02:07 +0400 Dmitry Neverov TW-10076 allow to ignore commits where all files excluded by checkout rules Faradi-7.1.x
Tue, 14 Aug 2012 14:47:41 +0400 Dmitry Neverov TW-22279 use shorter temprorary dir name for labeling Faradi-7.1.x
Thu, 12 Jul 2012 16:41:40 +0400 Dmitry Neverov Do not ignore empty commits Faradi-7.0.x
Tue, 10 Jul 2012 21:45:32 +0400 Dmitry Neverov Throw exception when current state does not contain revision of the default branch
Fri, 06 Jul 2012 21:26:25 +0400 Dmitry Neverov Merge Faradi-7.0.x
Thu, 05 Jul 2012 19:07:01 +0400 Dmitry Neverov Option to force use of revsets for some vcs root Faradi-7.0.x
Mon, 02 Jul 2012 16:26:50 +0400 Dmitry Neverov Merge Faradi-7.0.x
Mon, 25 Jun 2012 11:09:36 +0400 Dmitry Neverov Collect changes between states
Fri, 22 Jun 2012 12:41:23 +0400 Dmitry Neverov Do not include revnum in revision
Wed, 20 Jun 2012 22:54:13 +0400 Dmitry Neverov Ensure plugin works without revnums in revisions
Mon, 18 Jun 2012 22:04:51 +0400 Dmitry Neverov getCurrentVersion do pull only when remote repository is updated Faradi-7.0.x
Thu, 31 May 2012 18:04:23 +0400 Dmitry Neverov Don't ignore empty commits
Mon, 28 May 2012 18:56:46 +0200 Pavel.Sher method renamed
Thu, 17 May 2012 16:36:41 +0400 Dmitry Neverov Specify default branch name in RepositoryState
Thu, 17 May 2012 16:16:22 +0400 Dmitry Neverov New list files API
Fri, 11 May 2012 19:33:48 +0400 Dmitry Neverov TW-21403 better error message when hg not found
Fri, 11 May 2012 16:37:00 +0400 Dmitry Neverov Remove HgVcsRoot's dependency on HgPathProvider
Fri, 11 May 2012 15:55:57 +0400 Dmitry Neverov Settings -> HgVcsRoot
Fri, 11 May 2012 15:21:35 +0400 Dmitry Neverov Add list files support
Tue, 17 Apr 2012 16:39:32 +0400 Dmitry Neverov Use shorter temp directory names
Tue, 17 Apr 2012 12:11:28 +0400 Dmitry Neverov Fix repository properties calculation
Fri, 30 Mar 2012 15:30:48 +0400 Dmitry Neverov TW-20864 Implement getVcsRepositoryProperties()
Mon, 26 Mar 2012 14:54:23 +0200 Pavel.Sher API changed
Tue, 20 Mar 2012 18:49:33 +0400 Dmitry Neverov Build full patch if cannot build incremental one
Tue, 20 Mar 2012 18:25:43 +0400 Dmitry Neverov Test patch from newer revision to earlier
Sat, 03 Mar 2012 12:28:29 +0400 Dmitry Neverov Don't use pull protocol in clone, do clone whenever it is possible Eluru-6.5.x
Mon, 05 Mar 2012 10:42:02 +0400 Dmitry Neverov TW-20295 store log.template in the temp dir Faradi-7.0.x
Fri, 02 Mar 2012 15:33:01 +0400 Dmitry Neverov Write default path to hgrc Faradi-7.0.x
Fri, 02 Mar 2012 14:24:58 +0400 Dmitry Neverov Support local mirrors for subrepos Faradi-7.0.x
Thu, 01 Mar 2012 20:15:42 +0400 Dmitry Neverov Method getContent() should throw exception for non-existing files Faradi-7.0.x
Fri, 17 Feb 2012 10:55:58 +0400 Dmitry Neverov TW-20304 port fix from branch default Eluru-6.5.x
Wed, 15 Feb 2012 13:23:53 +0400 Dmitry Neverov Merge branch Eluru-6.5.x
Wed, 15 Feb 2012 12:07:12 +0400 Dmitry Neverov TW-17630, TW-18815 fix encoding for hg log command Eluru-6.5.x
Tue, 14 Feb 2012 19:38:59 +0400 Dmitry Neverov Labeling should not affect vcs root settings Eluru-6.5.x
Tue, 14 Feb 2012 19:33:41 +0400 Dmitry Neverov Labeling should not affect vcs root settings