hgbook

annotate ja/examples/daily.files.hidden.out @ 1079:58fefdf069c5

reformated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Fri Nov 20 22:53:55 2009 -0500 (2009-11-20)
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}