Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 19402:c7a7bae3cfa3
tag: remove incorrect reference to tip
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 11 Jul 2013 19:28:54 -0500 |
parents | 49acaa2b9701 |
children | 9013f2930a4a |
comparison
equal
deleted
inserted
replaced
19401:49acaa2b9701 | 19402:c7a7bae3cfa3 |
---|---|
5564 very useful to compare different revisions, to go back to significant | 5564 very useful to compare different revisions, to go back to significant |
5565 earlier versions or to mark branch points as releases, etc. Changing | 5565 earlier versions or to mark branch points as releases, etc. Changing |
5566 an existing tag is normally disallowed; use -f/--force to override. | 5566 an existing tag is normally disallowed; use -f/--force to override. |
5567 | 5567 |
5568 If no revision is given, the parent of the working directory is | 5568 If no revision is given, the parent of the working directory is |
5569 used, or tip if no revision is checked out. | 5569 used. |
5570 | 5570 |
5571 To facilitate version control, distribution, and merging of tags, | 5571 To facilitate version control, distribution, and merging of tags, |
5572 they are stored as a file named ".hgtags" which is managed similarly | 5572 they are stored as a file named ".hgtags" which is managed similarly |
5573 to other project files and can be hand-edited if necessary. This | 5573 to other project files and can be hand-edited if necessary. This |
5574 also means that tagging creates a new commit. The file | 5574 also means that tagging creates a new commit. The file |