hgbook

view en/examples/mq.tutorial.qinit.out @ 183:fe74ace5fe1c

Fix simple copy example.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 30 23:28:34 2007 -0700 (2007-03-30)
parents
children
line source
1 $ \textbf{hg init mq-sandbox}
2 $ \textbf{cd mq-sandbox}
3 $ \textbf{echo 'line 1' > file1}
4 $ \textbf{echo 'another line 1' > file2}
5 $ \textbf{hg add file1 file2}
6 $ \textbf{hg commit -m'first change'}
7 $ \textbf{hg qinit}