hgbook

view en/examples/issue29.go.out @ 299:2936cb7eae7a

Fix sample output for test 'branch-named'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:55:35 2008 +0200 (2008-08-20)
parents 91a936be78b8
children
line source
1 $ \textbf{hg init issue29}
2 $ \textbf{cd issue29}
3 $ \textbf{echo a > a}
4 $ \textbf{hg ci -Ama}
5 adding a
6 $ \textbf{echo b > b}
7 $ \textbf{hg ci -Amb}
8 adding b
9 $ \textbf{hg up 0}
10 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
11 $ \textbf{mkdir b}
12 $ \textbf{echo b > b/b}
13 $ \textbf{hg ci -Amc}
14 adding b/b
15 created new head
16 $ \textbf{hg merge}