C# Class Mercurial.Extensions.CaseGuard.CaseGuardAddRemoveCommandExtensions

This class adds extension methods to the AddRemoveCommand class, for the CaseGuard extension.
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
WithOverrideCaseCollision ( this command ) : AddRemoveCommand

Add files regardless of possible case-collision problems.

WithoutCaseGuarding ( this command ) : AddRemoveCommand

Completely skip checks related to case-collision problems.

WithoutWindowsFileNameChecks ( this command ) : AddRemoveCommand

Do not check filenames for Windows incompatibilities.

Method Details

WithOverrideCaseCollision() public static method

Add files regardless of possible case-collision problems.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithOverrideCaseCollision ( this command ) : AddRemoveCommand
command this /// The to modify. ///
return AddRemoveCommand

WithoutCaseGuarding() public static method

Completely skip checks related to case-collision problems.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithoutCaseGuarding ( this command ) : AddRemoveCommand
command this /// The to modify. ///
return AddRemoveCommand

WithoutWindowsFileNameChecks() public static method

Do not check filenames for Windows incompatibilities.
/// is null. /// /// The CaseGuard extension is not installed and active. ///
public static WithoutWindowsFileNameChecks ( this command ) : AddRemoveCommand
command this /// The to modify. ///
return AddRemoveCommand