hgbook
annotate ja/examples/daily.files.hidden.out @ 1112:7764de86d22f
refined chap 2
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Mon Dec 28 22:58:53 2009 -0500 (2009-12-28) |
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} |