hgbook

annotate en/examples/branch-named.update-bar.out @ 206:6519f3b983b4

More material about named branches.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 23 15:28:13 2007 -0700 (2007-04-23)
parents
children 2936cb7eae7a
rev   line source
bos@206 1 $ \textbf{hg update bar}
bos@206 2 abort: update spans branches, use 'hg merge' or 'hg update -C' to lose changes
bos@206 3 $ \textbf{hg update -C bar}
bos@206 4 1 files updated, 0 files merged, 1 files removed, 0 files unresolved