# HG changeset patch # User Martin Geisler # Date 1230995705 -3600 # Node ID 0be97ee2309db0a1d1805e81a867278377713241 # Parent 75ad51257c822811402988199babba2d4be1129d commands: remove redundant paragraph from tags help diff -r 75ad51257c82 -r 0be97ee2309d mercurial/commands.py --- 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. """