Files
Fast-Export/plugins/drop/README.md
2020-10-29 12:04:27 +01:00

13 lines
413 B
Markdown

## Drop commits from output
To use the plugin, add the command line flag `--plugin drop=<spec>`.
The flag can be given multiple times to drop more than one commit.
The <spec> value can be either
- a comma-separated list of hg hashes in the full form (40
hexadecimal characters) to drop the corresponding changesets, or
- a regular expression pattern to drop all changesets with matching
descriptions.