Go up to rtag.
rtag options
------------
These standard options are supported by `rtag' (*note Common
options::., for a complete description of them):
`-D DATE'
Tag the most recent revision no later than DATE.
`-f'
Only useful with the `-D DATE' or `-r TAG' flags. If no matching
revision is found, use the most recent revision (instead of
ignoring the file).
`-F'
Overwrite an existing tag of the same name on a different revision.
`-l'
Local; run only in current working directory.
`-n'
Do not run any tag program that was specified with the `-t' flag
inside the `modules' file. (see modules.).
`-R'
Tag directories recursively. This is on by default.
`-r TAG'
Only tag those files that contain TAG. This can be used to rename
a tag: tag only the files identified by the old tag, then delete
the old tag, leaving the new tag on exactly the same files as the
old tag.
In addition to the above common options, these options are available:
`-a'
Use the `-a' option to have `rtag' look in the `Attic' (
see Attic.) for removed files that contain the specified tag. The
tag is removed from these files, which makes it convenient to
re-use a symbolic tag as development continues (and files get
removed from the up-coming distribution).
`-b'
Make the tag a branch tag. See Revisions and branches.
`-d'
Delete the tag instead of creating it.
In general, tags (often the symbolic names of software
distributions) should not be removed, but the `-d' option is
available as a means to remove completely obsolete symbolic names
if necessary (as might be the case for an Alpha release, or if you
mistagged a module).