# HG changeset patch # User Matt Mackall # Date 1373588906 18000 # Node ID 49acaa2b9701737cd8af6fd17a788d9ebf1335f6 # Parent 61c93ef8302e70341344da5aee53b6323c88f8b9 log: remove tip from example diff -r 61c93ef8302e -r 49acaa2b9701 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. '''