hgbook

annotate en/examples/tag.init.out @ 252:f2061ece8ed9

Fix file printed in first MQ "understanding patches" example
author Alexandre Perrin <makoto.kaworu@gmail.com>
date Wed May 30 22:02:48 2007 -0700 (2007-05-30)
parents
children
rev   line source
bos@196 1 $ \textbf{hg init mytag}
bos@196 2 $ \textbf{cd mytag}
bos@196 3 $ \textbf{echo hello > myfile}
bos@196 4 $ \textbf{hg commit -A -m 'Initial commit'}
bos@196 5 adding myfile