diff --git a/README b/README --- a/README +++ b/README @@ -55,6 +55,8 @@ Mercurial commands: $ hg remove bar # mark a file as removed $ hg verify # check repo integrity $ hg tags # show current tags + $ hg tag # tag current tip with distributed tag + $ hg tag -l # tag current tip with local tag $ hg annotate [files] # show changeset numbers for each file line Branching and merging: