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 |
Completely skip checks related to case-collision problems.
static
|
Without |
AddRemoveCommand |
Do not check filenames for Windows incompatibilities.
static
|
With |
AddRemoveCommand |
Add files regardless of possible case-collision problems.
static
|