hg-add - Man Page

add the specified files on the next commit

Examples (TL;DR)

Synopsis

hg add [OPTION]... [FILE]...

Description

Schedule files to be version controlled and added to the repository.

The files will be added to the repository at the next commit. To undo an add before that, see hg forget.

If no names are given, add all files to the repository (except files matching .hgignore).

Examples:

Options

-I,--include <PATTERN[+]>

include names matching the given patterns

-X,--exclude <PATTERN[+]>

exclude names matching the given patterns

-S,  --subrepos

recurse into subrepositories

-n,  --dry-run

do not perform actions, just print output

[+] marked option can be specified multiple times