hgbook

annotate en/examples/branch-named.update-bar.out @ 229:0a20b03559bf

Most stable output of bisect example seems to have changed?
author Bryan O'Sullivan <bos@serpentine.com>
date Sat May 26 12:07:03 2007 -0700 (2007-05-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