README
changeset 631 a287f6cd9c6b
parent 507 dd8b19114fe7
child 633 f597539c7abd
--- a/README
+++ b/README
@@ -55,6 +55,8 @@ Mercurial commands:
  $ hg remove bar       # mark a file as removed
  $ hg verify           # check repo integrity
  $ hg tags             # show current tags
+ $ hg tag <name>       # tag current tip with distributed tag <name>
+ $ hg tag -l <name>    # tag current tip with local tag <name>
  $ hg annotate [files] # show changeset numbers for each file line
 
 Branching and merging: