changeset 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 75ad51257c82
children 81f68565281c
files mercurial/commands.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Jan 04 18:44:39 2009 +0100
+++ b/mercurial/commands.py	Sat Jan 03 16:15:05 2009 +0100
@@ -2830,8 +2830,6 @@
 def tags(ui, repo):
     """list repository tags
 
-    List the repository tags.
-
     This lists both regular and local tags. When the -v/--verbose switch
     is used, a third column "local" is printed for local tags.
     """