diff README @ 81:17884f79d59d

Add annotate and blame to the command list and README
author mpm@selenic.com
date Tue, 17 May 2005 01:27:14 -0800
parents a182f2561c8e
children 5c331d941c7f
line wrap: on
line diff
--- a/README	Tue May 17 01:22:50 2005 -0800
+++ b/README	Tue May 17 01:27:14 2005 -0800
@@ -38,6 +38,8 @@
  $ hg remove bar       # mark a file as removed
  $ hg verify           # check repo integrity
  $ hg tags             # show current tags
+ $ hg annotate [files] # show changeset numbers for each file line
+ $ hg blame [files]    # show commit users for each file line
 
 Branching and merging: