mkdirΒΆ

Purpose:

Create a new versioned directory.

Usage:

bzr mkdir DIR...

Options:
--usage

Show usage message and options.

-q, --quiet

Only display errors and warnings.

-p, --parents

No error if existing, make parent directories as needed.

-v, --verbose

Display more information.

-h, --help

Show help message.

Description:

This is equivalent to creating the directory and then adding it.

Previous topic

missing

Next topic

mv

This Page