hgbook

view en/examples/mq.tutorial.qpop.out @ 249:9d7388f3f483

/bin/sh fails when parsing unescaped parens
author Johannes Hoff <wbunaarfubss@gmail.com>
date Wed May 30 19:59:52 2007 -0700 (2007-05-30)
parents
children 5ffee9123bbf
line source
1 $ \textbf{hg qapplied}
2 first.patch
3 second.patch
4 $ \textbf{hg qpop}
5 Now at: first.patch
6 $ \textbf{hg qseries}
7 first.patch
8 second.patch
9 $ \textbf{hg qapplied}
10 first.patch
11 $ \textbf{cat file1}
12 line 1
13 line 2
14 line 3