Summary
Forgets one or more tracked files in the repository, making Mercurial
stop tracking them.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public void Forget(string path, ForgetCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
path | string | The path to a file, or a path containing wildcards to files to forget in the repository. |
command | ForgetCommand | The information object for the forget command, containing the paths of the files to forget. |
Return Value
Type | Description |
---|---|
void |