CaseGuardAddCommandExtensions Class

Summary

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

Syntax

public static class CaseGuardAddCommandExtensions

Methods

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