Mercurial > hgbook
view en/examples/daily.files @ 42:cbfa08bcf181
Start the "Mercurial in daily use" chapter.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 23 Jul 2006 09:46:26 -0700 |
parents | |
children | 7ac85766db0f |
line wrap: on
line source
#$ name: status hg init a cd a echo content > filename mkdir subdir echo something > subdir/otherfile hg status #$ name: hidden mkdir empty touch empty/.hidden hg add empty/.hidden hg commit -m 'Manage an empty-looking directory' ls empty cd .. hg clone a b ls b ls b/empty