log: remove tip from example
authorMatt Mackall <mpm@selenic.com>
Thu, 11 Jul 2013 19:28:26 -0500
changeset 19401 49acaa2b9701
parent 19400 61c93ef8302e
child 19402 c7a7bae3cfa3
log: remove tip from example
mercurial/commands.py
--- a/mercurial/commands.py	Thu Jul 11 19:28:01 2013 -0500
+++ b/mercurial/commands.py	Thu Jul 11 19:28:26 2013 -0500
@@ -2929,7 +2929,7 @@
 
       - show the source of a grafted changeset::
 
-          hg log --debug -r tip
+          hg log --debug -r .
 
     Returns 0 on successful completion.
     '''