hgbook
annotate en/examples/branch-named.merge.out @ 282:7a6bd93174bd
Update bisect docs
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Dec 31 20:06:58 2007 -0800 (2007-12-31) |
parents | |
children | 2936cb7eae7a |
rev | line source |
---|---|
bos@206 | 1 $ \textbf{hg branch} |
bos@206 | 2 bar |
bos@206 | 3 $ \textbf{hg merge} |
bos@206 | 4 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
bos@206 | 5 (branch merge, don't forget to commit) |
bos@206 | 6 $ \textbf{hg commit -m 'Merge'} |
bos@206 | 7 $ \textbf{hg tip} |
bos@206 | 8 changeset: |
bos@206 | 9 branch: bar |
bos@206 | 10 tag: tip |
bos@206 | 11 parent: |
bos@206 | 12 parent: |
bos@206 | 13 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 14 |
bos@206 | 15 summary: Merge |
bos@206 | 16 |