view en/examples/branching.main.out @ 419:97e929385442

Small typos, plus a perl regexp match. It was stripping newlines!
author Taavi Burns <taavi@taaviburns.ca>
date Sun, 31 Aug 2008 12:14:23 -0400
parents 5fc4a45c069f
children
line wrap: on
line source

$ \textbf{cd ../main}
$ \textbf{echo 'This is exciting and new!' >> myfile}
$ \textbf{hg commit -m 'Add a new feature'}
$ \textbf{cat myfile}
This is a boring feature.
This is exciting and new!