hgbook
annotate ja/examples/daily.files.hidden.out @ 1034:0525fc68b7fe
Update po files with source xml files
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Wed Nov 04 14:11:14 2009 +0800 (2009-11-04) |
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} |