Merge branch 'master' into Cyberboss-patch-1

This commit is contained in:
Jordan Brown
2017-11-12 13:16:24 -05:00
committed by GitHub
+1 -1
View File
@@ -660,7 +660,7 @@ namespace TGServerService
if (!successOnUpToDate && Repo.Head.Tip.Sha == originBranch.Tip.Sha)
return RepoErrorUpToDate;
SendMessage(String.Format("REPO: Updating origin branch...({0})", reset ? "Hard Reset" : "Merge"), MessageType.DeveloperInfo);
SendMessage(String.Format("REPO: Updating origin branch...{0}", reset ? "" : "(Merge)"), MessageType.DeveloperInfo);
if (reset)
{