hgbook

annotate ja/examples/daily.files.hidden.out @ 886:8a2b0994ccd9

Make pdf looks more beautiful
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Oct 22 15:08:18 2009 +0800 (2009-10-22)
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}