hgbook
annotate en/examples/branch-named.rebranch.out @ 259:b42689a730a2
Typo
author | Johannes Hoff <wbunaarfubss@gmail.com> |
---|---|
date | Sun Jun 17 11:42:14 2007 +0200 (2007-06-17) |
parents | |
children | 00f69e8825c5 |
rev | line source |
---|---|
bos@206 | 1 $ \textbf{hg branch} |
bos@206 | 2 foo |
bos@206 | 3 $ \textbf{hg branch bar} |
bos@206 | 4 $ \textbf{echo new file > newfile} |
bos@206 | 5 $ \textbf{hg commit -A -m 'Third commit'} |
bos@206 | 6 adding newfile |
bos@206 | 7 $ \textbf{hg tip} |
bos@206 | 8 changeset: |
bos@206 | 9 branch: bar |
bos@206 | 10 tag: tip |
bos@206 | 11 user: Bryan O'Sullivan <bos@serpentine.com> |
bos@206 | 12 |
bos@206 | 13 summary: Third commit |
bos@206 | 14 |