hgbook
annotate en/examples/branch-named.rebranch.out @ 304:303d1576da77
Fix sample output for 'bisect' test.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 22:04:16 2008 +0200 (2008-08-20) |
parents | 6519f3b983b4 |
children |
rev | line source |
---|---|
bos@206 | 1 $ \textbf{hg branch} |
bos@206 | 2 foo |
bos@206 | 3 $ \textbf{hg branch bar} |
bos@273 | 4 marked working directory as branch bar |
bos@206 | 5 $ \textbf{echo new file > newfile} |
bos@206 | 6 $ \textbf{hg commit -A -m 'Third commit'} |
bos@206 | 7 adding newfile |
bos@206 | 8 $ \textbf{hg tip} |
bos@206 | 9 changeset: |
bos@206 | 10 branch: bar |
bos@206 | 11 tag: tip |
bos@206 | 12 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 13 |
bos@206 | 14 summary: Third commit |
bos@206 | 15 |