tests/test-pick.t
branchstable
changeset 4915 5113b38cb677
parent 4891 a9929dd36405
child 4968 d299af4da8d8
child 5323 417503ef667d
child 5236 6c0797ec50b6
equal deleted inserted replaced
4914:fcefc052a3b1 4915:5113b38cb677
    23   > }
    23   > }
    24 
    24 
    25   $ hg init repo
    25   $ hg init repo
    26   $ cd repo
    26   $ cd repo
    27   $ hg help pick
    27   $ hg help pick
    28   hg pick [-r] rev
    28   hg pick [OPTION]... [-r] REV
    29   
    29   
    30   aliases: grab
    30   aliases: grab
    31   
    31   
    32   move a commit on the top of working directory parent and updates to it.
    32   move a commit on the top of working directory parent and updates to it.
    33   
    33