view en/examples/concepts @ 56:b8539d91c84d

Begining of concepts chapter
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon, 24 Jul 2006 23:57:52 -0400
parents
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