Mercurial > hgbook
comparison en/examples/tag.log.v1.0.out @ 196:4237e45506ee
Add early material describing tags.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 16 Apr 2007 16:11:24 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
195:959357d01607 | 196:4237e45506ee |
---|---|
1 $ \textbf{echo goodbye > myfile2} | |
2 $ \textbf{hg commit -A -m 'Second commit'} | |
3 adding myfile2 | |
4 $ \textbf{hg log -r v1.0} | |
5 changeset: | |
6 tag: v1.0 | |
7 user: Bryan O'Sullivan <bos@serpentine.com> | |
8 | |
9 summary: Initial commit | |
10 |