tag: remove incorrect reference to tip
authorMatt Mackall <mpm@selenic.com>
Thu, 11 Jul 2013 19:28:54 -0500
changeset 19402 c7a7bae3cfa3
parent 19401 49acaa2b9701
child 19403 9013f2930a4a
tag: remove incorrect reference to tip
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