CaseGuardAddRemoveCommandExtensions Class

Summary

This class adds extension methods to the AddRemoveCommand class, for the CaseGuard extension.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Extensions.CaseGuard
Base Types
  • object
graph TD Base0["object"]-->Type Type["CaseGuardAddRemoveCommandExtensions"] class Type type-node

Syntax

public static class CaseGuardAddRemoveCommandExtensions

Methods

Name Value Summary
WithoutCaseGuarding(AddRemoveCommand) AddRemoveCommand
Completely skip checks related to case-collision problems.
static
WithoutWindowsFileNameChecks(AddRemoveCommand) AddRemoveCommand
Do not check filenames for Windows incompatibilities.
static
WithOverrideCaseCollision(AddRemoveCommand) AddRemoveCommand
Add files regardless of possible case-collision problems.
static