Fix failed pull requests leaving the P4 workspace in a dirty state.

[CL 2660414 by Ben Marsh in Main branch]
This commit is contained in:
Ben Marsh
2015-08-18 22:03:46 -04:00
committed by Ben.Marsh@epicgames.com
parent a01f70ae13
commit 74eec1cf2a

View File

@@ -1273,10 +1273,10 @@ namespace AutomationTool
/// Invokes revert command.
/// </summary>
/// <param name="CommandLine">Commandline for the command.</param>
public void Revert(string CommandLine)
public void Revert(string CommandLine, bool AllowSpew = true)
{
CheckP4Enabled();
LogP4("revert " + CommandLine);
LogP4("revert " + CommandLine, AllowSpew: AllowSpew);
}
/// <summary>