Skip to content
Snippets Groups Projects
Commit 17884f79 authored by mpm's avatar mpm
Browse files

Add annotate and blame to the command list and README

parent 5b7a444c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment