Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 7596:0be97ee2309d
commands: remove redundant paragraph from tags help
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 03 Jan 2009 16:15:05 +0100 |
parents | e5703ec08e64 |
children | 26adfaccdf73 |
comparison
equal
deleted
inserted
replaced
7592:75ad51257c82 | 7596:0be97ee2309d |
---|---|
2827 | 2827 |
2828 repo.tag(names, r, message, opts.get('local'), opts.get('user'), date) | 2828 repo.tag(names, r, message, opts.get('local'), opts.get('user'), date) |
2829 | 2829 |
2830 def tags(ui, repo): | 2830 def tags(ui, repo): |
2831 """list repository tags | 2831 """list repository tags |
2832 | |
2833 List the repository tags. | |
2834 | 2832 |
2835 This lists both regular and local tags. When the -v/--verbose switch | 2833 This lists both regular and local tags. When the -v/--verbose switch |
2836 is used, a third column "local" is printed for local tags. | 2834 is used, a third column "local" is printed for local tags. |
2837 """ | 2835 """ |
2838 | 2836 |