Summary
Validates the command configuration. This method should throw the necessary
exceptions to signal missing or incorrect configuration (like attempting to
add files to the repository without specifying which files to add.)
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- UnbundleCommand
Syntax
public override void Validate()
Remarks
Note that as long as you descend from
MercurialCommandBase<T>
you're not required to call
the base method at all.
Return Value
Type | Description |
---|---|
void |