hgbook

annotate en/examples/branch-named.update-bar.out @ 289:7be02466421b

Oops, forgot to update the output
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jan 18 12:05:01 2008 -0800 (2008-01-18)
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