hgbook

annotate en/examples/mq.tutorial.qinit.out @ 265:d9a1faa45c30

added a space between -m and the commit message.
author bab@draketo.de
date Fri Aug 31 11:36:14 2007 +0200 (2007-08-31)
parents
children
rev   line source
bos@144 1 $ \textbf{hg init mq-sandbox}
bos@144 2 $ \textbf{cd mq-sandbox}
bos@144 3 $ \textbf{echo 'line 1' > file1}
bos@144 4 $ \textbf{echo 'another line 1' > file2}
bos@144 5 $ \textbf{hg add file1 file2}
bos@144 6 $ \textbf{hg commit -m'first change'}
bos@144 7 $ \textbf{hg qinit}