hgbook

diff en/examples/tour @ 88:d351032c189c

Progress with log coverage.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Oct 12 10:33:03 2006 -0700 (2006-10-12)
parents 0995016342f8
children 7524d52d9577
line diff
     1.1 --- a/en/examples/tour	Wed Oct 04 17:11:53 2006 -0700
     1.2 +++ b/en/examples/tour	Thu Oct 12 10:33:03 2006 -0700
     1.3 @@ -16,3 +16,22 @@
     1.4  
     1.5  ls -l
     1.6  ls hello
     1.7 +
     1.8 +#$ name: ls-a
     1.9 +
    1.10 +cd hello
    1.11 +ls -a
    1.12 +
    1.13 +#$ name: log
    1.14 +
    1.15 +hg log
    1.16 +
    1.17 +#$ name: log-r
    1.18 +
    1.19 +hg log -r 3
    1.20 +hg log -r ff5d7b70a2a9
    1.21 +hg log -r 1 -r 4
    1.22 +
    1.23 +#$ name: log.range
    1.24 +
    1.25 +hg log -r 2:4