changeset 19401:49acaa2b9701

log: remove tip from example
author Matt Mackall <mpm@selenic.com>
date Thu, 11 Jul 2013 19:28:26 -0500
parents 61c93ef8302e
children c7a7bae3cfa3
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
     '''