README
changeset 631 a287f6cd9c6b
parent 507 dd8b19114fe7
child 633 f597539c7abd
equal deleted inserted replaced
630:a58af3932cee 631:a287f6cd9c6b
    53                        # subsets of changeset hash numbers
    53                        # subsets of changeset hash numbers
    54  $ hg add foo          # add a new file for the next commit
    54  $ hg add foo          # add a new file for the next commit
    55  $ hg remove bar       # mark a file as removed
    55  $ hg remove bar       # mark a file as removed
    56  $ hg verify           # check repo integrity
    56  $ hg verify           # check repo integrity
    57  $ hg tags             # show current tags
    57  $ hg tags             # show current tags
       
    58  $ hg tag <name>       # tag current tip with distributed tag <name>
       
    59  $ hg tag -l <name>    # tag current tip with local tag <name>
    58  $ hg annotate [files] # show changeset numbers for each file line
    60  $ hg annotate [files] # show changeset numbers for each file line
    59 
    61 
    60 Branching and merging:
    62 Branching and merging:
    61 
    63 
    62  $ cd ..
    64  $ cd ..