# HG changeset patch # User Martin Geisler # Date 2011-06-15 15:10:16 # Node ID c3f2152e423da8218a9313aa40efc9eafdcd5055 # Parent 33f620027b58c3c5fe9d0fbd9f759652519b427b glossary: add entry for "Tag" diff --git a/mercurial/help/glossary.txt b/mercurial/help/glossary.txt --- a/mercurial/help/glossary.txt +++ b/mercurial/help/glossary.txt @@ -339,6 +339,12 @@ Root A changeset that has only the null changeset as its parent. Most repositories have only a single root changeset. +Tag + An alternative name given to a changeset. Tags can be used in all + places where Mercurial expects a changeset ID, e.g., with + :hg:`update`. The creation of a tag is stored in the history and + will thus automatically be shared with other using push and pull. + Tip The changeset with the highest revision number. It is the changeset most recently added in a repository.