# HG changeset patch # User Matt Mackall # Date 1373588934 18000 # Node ID c7a7bae3cfa3cad16fa51ce84f64e8b2ed337283 # Parent 49acaa2b9701737cd8af6fd17a788d9ebf1335f6 tag: remove incorrect reference to tip diff -r 49acaa2b9701 -r c7a7bae3cfa3 mercurial/commands.py --- a/mercurial/commands.py Thu Jul 11 19:28:26 2013 -0500 +++ b/mercurial/commands.py Thu Jul 11 19:28:54 2013 -0500 @@ -5566,7 +5566,7 @@ an existing tag is normally disallowed; use -f/--force to override. If no revision is given, the parent of the working directory is - used, or tip if no revision is checked out. + used. To facilitate version control, distribution, and merging of tags, they are stored as a file named ".hgtags" which is managed similarly