hgbook

annotate en/examples/branch-named.update-bar.out @ 273:00f69e8825c5

Bring book up to date with recent changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Nov 26 12:24:53 2007 -0800 (2007-11-26)
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