comparison mercurial/commands.py @ 6220:1939e29151ca

Fixed typo in tag help, found by John Coomes
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 08 Mar 2008 12:40:33 +0100
parents fe8dbbe9520d
children a47462264906
comparison
equal deleted inserted replaced
6219:d43c94414ba1 6220:1939e29151ca
2566 """add a tag for the current or given revision 2566 """add a tag for the current or given revision
2567 2567
2568 Name a particular revision using <name>. 2568 Name a particular revision using <name>.
2569 2569
2570 Tags are used to name particular revisions of the repository and are 2570 Tags are used to name particular revisions of the repository and are
2571 very useful to compare different revision, to go back to significant 2571 very useful to compare different revisions, to go back to significant
2572 earlier versions or to mark branch points as releases, etc. 2572 earlier versions or to mark branch points as releases, etc.
2573 2573
2574 If no revision is given, the parent of the working directory is used, 2574 If no revision is given, the parent of the working directory is used,
2575 or tip if no revision is checked out. 2575 or tip if no revision is checked out.
2576 2576