diff README @ 67:a182f2561c8e

Add tag support
author mpm@selenic.com
date Fri, 13 May 2005 13:12:32 -0800
parents 1c590d34bf61
children 17884f79d59d
line wrap: on
line diff
--- a/README	Fri May 13 12:44:11 2005 -0800
+++ b/README	Fri May 13 13:12:32 2005 -0800
@@ -37,6 +37,7 @@
  $ hg add foo          # add a new file for the next commit
  $ hg remove bar       # mark a file as removed
  $ hg verify           # check repo integrity
+ $ hg tags             # show current tags
 
 Branching and merging:
 
@@ -93,7 +94,6 @@
  # merge changes from a remote machine
  bar$ hg merge hg://foo/~user/hg-linux
 
-
  Another approach which does perform well right now is to use rsync.
  Simply rsync the remote repo to a read-only local copy and then do a
  local pull.