SYNOPSIS
mercurial-tagversion [option] ...
DESCRIPTION
Extract the most recent version from debian/changelog and tag the Mercurial repository with that version.
OPTIONS
- --version, -V
-
- Output version and exit.
- Output version and exit.
- --verbose, -v
-
- Increase verbosity level. Can be used several times.
- Increase verbosity level. Can be used several times.
- --ignore-uncommited, -i
-
- Do not check for uncommited changes in the Mercurial repository.
- Do not check for uncommited changes in the Mercurial repository.
- --force, -f
-
- Overwrite existing tag, if any.
- Overwrite existing tag, if any.
THANKS
The ideas for this package originates from John Goerzen's hg-buildpackage.