From 668c8e509f3cf0c6991b950f73b4e2f3ab74f4ab Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Mon, 6 Nov 2017 10:32:38 -0500 Subject: [PATCH] Improve testmerge publish API documentation --- TGServiceInterface/Components/Repository.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TGServiceInterface/Components/Repository.cs b/TGServiceInterface/Components/Repository.cs index 5a64167aad..d722304328 100644 --- a/TGServiceInterface/Components/Repository.cs +++ b/TGServiceInterface/Components/Repository.cs @@ -179,14 +179,14 @@ namespace TGServiceInterface.Components /// /// Check if we push a temporary branch to the remote when we make testmerge commits /// - /// true if we push testmerge commits, false otherwise + /// if we publish testmerge commits to the remote, otherwise [OperationContract] bool PushTestmergeCommits(); /// /// Set if we push a temporary branch to the remote when we make testmerge commits /// - /// true if we should push testmerge commits, false otherwise + /// if we testmerge commits should be published to the remote, otherwise [OperationContract] void SetPushTestmergeCommits(bool newValue); }