hgbook

view en/examples/branch-named.merge.out @ 327:b2a3175aad7a

added myself to the translators list
author jerojasro@localhost
date Thu Oct 16 23:09:25 2008 -0500 (2008-10-16)
parents 6519f3b983b4
children
line source
1 $ \textbf{hg branch}
2 bar
3 $ \textbf{hg merge foo}
4 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
5 (branch merge, don't forget to commit)
6 $ \textbf{hg commit -m 'Merge'}
7 $ \textbf{hg tip}
8 changeset:
9 branch: bar
10 tag: tip
11 parent:
12 parent:
13 user: Bryan O'Sullivan <bos@serpentine.com>
15 summary: Merge