The repo no longer says "(Hard Reset)"

This commit is contained in:
Jordan Brown
2017-11-12 12:49:10 -05:00
committed by GitHub
parent db710587f7
commit bfcce9c351
+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)
{