comparison mercurial/commands.py @ 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
comparison
equal deleted inserted replaced
19400:61c93ef8302e 19401:49acaa2b9701
2927 2927
2928 hg graft -c 2928 hg graft -c
2929 2929
2930 - show the source of a grafted changeset:: 2930 - show the source of a grafted changeset::
2931 2931
2932 hg log --debug -r tip 2932 hg log --debug -r .
2933 2933
2934 Returns 0 on successful completion. 2934 Returns 0 on successful completion.
2935 ''' 2935 '''
2936 2936
2937 revs = list(revs) 2937 revs = list(revs)