view en/examples/concepts @ 75:2bfa2499e971

Make run-example print better error messages when things go wrong.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 30 Aug 2006 00:11:17 -0700
parents b8539d91c84d
children
line wrap: on
line source

#$ name: dirlist
hg init newrepo
cd newrepo

find .

#$ name:
echo "a line of text" > foo
echo "another life of text" > bar
hg commit -A -m "Some files"

#$ name: dirlist2
find .

#$ name:
cd ..

#$ name: hginit
hg init reponame