[PATCH 01 of 21] commands: remove redundant paragraph from tags help

Martin Geisler mg at daimi.au.dk
Sat Jan 3 10:39:59 CST 2009


# HG changeset patch
# User Martin Geisler <mg at daimi.au.dk>
# Date 1230995705 -3600
# Node ID 6a36e7bd243483bf534238707d9f1f8d59bacfb5
# Parent  de7b12a23ba03f780fbfe75d80d4e361b31bdec7
commands: remove redundant paragraph from tags help

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2825,8 +2825,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.
     """


More information about the Mercurial-devel mailing list