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