diff en/examples/tour @ 87:0995016342f8

More bumf.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 04 Oct 2006 17:11:53 -0700
parents
children d351032c189c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/en/examples/tour	Wed Oct 04 17:11:53 2006 -0700
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+#$ name: version
+
+hg version
+
+#$ name: help
+
+hg help init
+
+#$ name: clone
+
+hg clone http://hg.serpentine.com/tutorial/hello
+
+#$ name: ls
+
+ls -l
+ls hello