hgbook
view ja/examples/branch-named.merge.out @ 894:bc64bbc47c86
Move hgbook styles to a new folder and publish it statically.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 12:18:05 2009 +0100 (2009-10-26) |
parents | |
children |
line source
1 $ \textbf{hg branch}
2 bar
3 $ \textbf{hg merge}
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