# HG changeset patch # User Thomas Arendsen Hein # Date 1204976433 -3600 # Node ID 1939e29151ca81bc9999bc1e1b57240a4c55dc4c # Parent d43c94414ba106fc9542cc772010953026f2a2db Fixed typo in tag help, found by John Coomes diff -r d43c94414ba1 -r 1939e29151ca mercurial/commands.py --- a/mercurial/commands.py Fri Mar 07 08:38:07 2008 +0100 +++ b/mercurial/commands.py Sat Mar 08 12:40:33 2008 +0100 @@ -2568,7 +2568,7 @@ Name a particular revision using . Tags are used to name particular revisions of the repository and are - very useful to compare different revision, to go back to significant + very useful to compare different revisions, to go back to significant earlier versions or to mark branch points as releases, etc. If no revision is given, the parent of the working directory is used,