You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
committed by
Ben.Marsh@epicgames.com
parent
a01f70ae13
commit
74eec1cf2a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user