Differences between revisions 5 and 6
Revision 5 as of 2005-08-26 01:23:58
Size: 602
Editor: waste
Comment:
Revision 6 as of 2005-08-28 00:36:10
Size: 605
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * 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.
 * 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.

Tags in Mercurial

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

A tag is a symbolic identifier for a ["ChangeSet"].

["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)