README
changeset 81 17884f79d59d
parent 67 a182f2561c8e
child 160 5c331d941c7f
equal deleted inserted replaced
80:5b7a444c794a 81:17884f79d59d
    36  $ hg checkout <hash>  # check out a specified changeset
    36  $ hg checkout <hash>  # check out a specified changeset
    37  $ hg add foo          # add a new file for the next commit
    37  $ hg add foo          # add a new file for the next commit
    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 
    44  $ cd ..
    46  $ cd ..
    45  $ mkdir linux-work
    47  $ mkdir linux-work