Differences between revisions 11 and 12
Revision 11 as of 2005-08-28 00:41:35
Size: 593
Editor: mpm
Comment:
Revision 12 as of 2006-03-19 05:18:51
Size: 687
Comment: Added info on tag name format as explained to me on IRC.
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
A tag is a symbolic identifier for a ["ChangeSet"]. A tag is a symbolic identifier for a ["ChangeSet"]. It can contain any characters except ":" (colon), "\r" (Carriage Return) or "\n" (Line Feed).

Tags in Mercurial

Note: If you are migrating from ["CVS"], please [:CvsConcepts#tag:read this discussion of CVS tags] before you continue.

A tag is a symbolic identifier for a ["ChangeSet"]. It can contain any characters except ":" (colon), "\r" (Carriage Return) or "\n" (Line Feed).

["Mercurial"] has two kinds of tag.

  • A local tag is a convenience identifier that is not revision controlled, does not propagate with other changes, and lives in the .hg/hgrc file in a repository.

  • A "regular" tag (with no special specifier) is revision controlled, does propagate with other changes, and lives in the .hgtags file in a repository.

Tag (last edited 2013-09-01 02:00:16 by KevinBot)