diff mercurial/help/glossary.txt @ 14629:c3f2152e423d

glossary: add entry for "Tag"
author Martin Geisler <mg@aragost.com>
date Wed, 15 Jun 2011 17:10:16 +0200
parents 0b71e6f2362f
children f536151d392f
line wrap: on
line diff
--- a/mercurial/help/glossary.txt	Tue Jun 14 20:43:04 2011 -0500
+++ b/mercurial/help/glossary.txt	Wed Jun 15 17:10:16 2011 +0200
@@ -339,6 +339,12 @@
     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.