hgbook
annotate ja/examples/daily.files.hidden.out @ 719:eca3a16c0114
Merge with dongsheng
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Aug 14 12:12:19 2009 -0700 (2009-08-14) |
parents | |
children |
rev | line source |
---|---|
foozy@708 | 1 $ \textbf{hg init hidden-example} |
foozy@708 | 2 $ \textbf{cd hidden-example} |
foozy@708 | 3 $ \textbf{mkdir empty} |
foozy@708 | 4 $ \textbf{touch empty/.hidden} |
foozy@708 | 5 $ \textbf{hg add empty/.hidden} |
foozy@708 | 6 $ \textbf{hg commit -m 'Manage an empty-looking directory'} |
foozy@708 | 7 $ \textbf{ls empty} |
foozy@708 | 8 $ \textbf{cd ..} |
foozy@708 | 9 $ \textbf{hg clone hidden-example tmp} |
foozy@708 | 10 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
foozy@708 | 11 $ \textbf{ls tmp} |
foozy@708 | 12 empty |
foozy@708 | 13 $ \textbf{ls tmp/empty} |