##// END OF EJS Templates
commands: remove redundant paragraph from tags help
Martin Geisler -
r7596:0be97ee2 default
parent child Browse files
Show More
@@ -2830,8 +2830,6 b' def tag(ui, repo, name1, *names, **opts)'
2830 def tags(ui, repo):
2830 def tags(ui, repo):
2831 """list repository tags
2831 """list repository tags
2832
2832
2833 List the repository tags.
2834
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 """
General Comments 0
You need to be logged in to leave comments. Login now