hgbook

annotate ja/examples/tag.init.out @ 1030:2ac31ea48a3d

merge with trunk
author Romain PELISSE <belaran@gmail.com>
date Thu Apr 22 12:39:32 2010 +0200 (2010-04-22)
parents
children
rev   line source
foozy@708 1 $ \textbf{hg init mytag}
foozy@708 2 $ \textbf{cd mytag}
foozy@708 3 $ \textbf{echo hello > myfile}
foozy@708 4 $ \textbf{hg commit -A -m 'Initial commit'}
foozy@708 5 adding myfile