hgbook

view en/examples/mq.tutorial.qinit.out @ 229:0a20b03559bf

Most stable output of bisect example seems to have changed?
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:07:03 2007 -0700 (2007-05-26)
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}