##// END OF EJS Templates
glossary: add entry for "Tag"
Martin Geisler -
r14629:c3f2152e default
parent child Browse files
Show More
@@ -339,6 +339,12 b' Root'
339 339 A changeset that has only the null changeset as its parent. Most
340 340 repositories have only a single root changeset.
341 341
342 Tag
343 An alternative name given to a changeset. Tags can be used in all
344 places where Mercurial expects a changeset ID, e.g., with
345 :hg:`update`. The creation of a tag is stored in the history and
346 will thus automatically be shared with other using push and pull.
347
342 348 Tip
343 349 The changeset with the highest revision number. It is the changeset
344 350 most recently added in a repository.
General Comments 0
You need to be logged in to leave comments. Login now