Mercurial > hgbook
diff en/examples/tour @ 88:d351032c189c
Progress with log coverage.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 12 Oct 2006 10:33:03 -0700 |
parents | 0995016342f8 |
children | 7524d52d9577 |
line wrap: on
line diff
--- a/en/examples/tour Wed Oct 04 17:11:53 2006 -0700 +++ b/en/examples/tour Thu Oct 12 10:33:03 2006 -0700 @@ -16,3 +16,22 @@ ls -l ls hello + +#$ name: ls-a + +cd hello +ls -a + +#$ name: log + +hg log + +#$ name: log-r + +hg log -r 3 +hg log -r ff5d7b70a2a9 +hg log -r 1 -r 4 + +#$ name: log.range + +hg log -r 2:4