##// END OF EJS Templates
Add annotate and blame to the command list and README
mpm@selenic.com -
r81:17884f79 default
parent child Browse files
Show More
@@ -38,6 +38,8 b' Mercurial commands:'
38 $ hg remove bar # mark a file as removed
38 $ hg remove bar # mark a file as removed
39 $ hg verify # check repo integrity
39 $ hg verify # check repo integrity
40 $ hg tags # show current tags
40 $ hg tags # show current tags
41 $ hg annotate [files] # show changeset numbers for each file line
42 $ hg blame [files] # show commit users for each file line
41
43
42 Branching and merging:
44 Branching and merging:
43
45
@@ -38,6 +38,8 b' def help():'
38 dumpmanifest [rev] dump the latest or given revision of the manifest
38 dumpmanifest [rev] dump the latest or given revision of the manifest
39 diff [files...] diff working directory (or selected files)
39 diff [files...] diff working directory (or selected files)
40 tags show current changeset tags
40 tags show current changeset tags
41 annotate [files...] show changeset number per file line
42 blame [files...] show commit user per file line
41 """
43 """
42
44
43 def filterfiles(list, files):
45 def filterfiles(list, files):
General Comments 0
You need to be logged in to leave comments. Login now