hgbook

annotate en/examples/branch-repo.new.out @ 198:615f3c6b30e1

Start to describe branch management.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 16 17:21:38 2007 -0700 (2007-04-16)
parents
children 58e3a6c76725
rev   line source
bos@198 1 $ \textbf{cd ..}
bos@198 2 $ \textbf{hg clone myproject my-feature}
bos@198 3 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
bos@198 4 $ \textbf{cd my-feature}
bos@198 5 $ \textbf{echo "I'm adding a new feature with my mind!" > mynewfile}
bos@198 6 bash: !": event not found
bos@198 7 $ \textbf{hg commit -A -m 'New feature'}
bos@198 8 nothing changed