diff hg @ 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 5b7a444c794a
children 9fd5b35cfc45
line wrap: on
line diff
--- a/hg	Tue May 17 01:22:50 2005 -0800
+++ b/hg	Tue May 17 01:27:14 2005 -0800
@@ -38,6 +38,8 @@
  dumpmanifest [rev]    dump the latest or given revision of the manifest
  diff [files...]       diff working directory (or selected files)
  tags                  show current changeset tags
+ annotate [files...]   show changeset number per file line
+ blame [files...]      show commit user per file line
 """
 
 def filterfiles(list, files):