Summary
Do not check filenames for Windows incompatibilities.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .CaseGuard - Containing Type
- Case
Guard Add Remove Command Extensions
Syntax
public static AddRemoveCommand WithoutWindowsFileNameChecks(this AddRemoveCommand command)
Parameters
| Name | Type | Description |
|---|---|---|
| command | AddRemoveCommand |
The AddRemoveCommand to modify.
|
Return Value
| Type | Description |
|---|---|
| AddRemoveCommand |
The specified AddRemoveCommand command object, for the
fluent interface.
|