hgbook

diff en/examples/tour @ 87:0995016342f8

More bumf.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Oct 04 17:11:53 2006 -0700 (2006-10-04)
parents
children d351032c189c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/tour	Wed Oct 04 17:11:53 2006 -0700
     1.3 @@ -0,0 +1,18 @@
     1.4 +#!/bin/bash
     1.5 +
     1.6 +#$ name: version
     1.7 +
     1.8 +hg version
     1.9 +
    1.10 +#$ name: help
    1.11 +
    1.12 +hg help init
    1.13 +
    1.14 +#$ name: clone
    1.15 +
    1.16 +hg clone http://hg.serpentine.com/tutorial/hello
    1.17 +
    1.18 +#$ name: ls
    1.19 +
    1.20 +ls -l
    1.21 +ls hello