README
changeset 631 a287f6cd9c6b
parent 507 dd8b19114fe7
child 633 f597539c7abd
--- a/README	Tue Jul 05 18:22:28 2005 -0800
+++ b/README	Tue Jul 05 18:23:34 2005 -0800
@@ -55,6 +55,8 @@
  $ 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: