diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -329,7 +329,7 @@ status:: R = removed ? = not tracked -tag [-t -d -u ] [revision]:: +tag [-l -t -d -u ] [revision]:: Name a particular revision using . Tags are used to name particular revisions of the repository and are @@ -344,13 +344,14 @@ tag [-t -d -u ] necessary. options: + -l, --local make the tag local -t, --text message for tag commit log entry -d, --date datecode for commit -u, --user user for commit - Note: Mercurial also has support for "local tags" that are not - version-controlled or distributed which are stored in the .hg/hgrc - file. + Note: Local tags are not version-controlled or distributed and are + stored in the .hg/localtags file. If there exists a local tag and + a public tag with the same name, local tag is used. tags:: List the repository tags.