docs/from-mq.rst
changeset 325 43a686709ded
parent 232 adb7e29cb2bd
child 347 631cdf4295bc
child 357 b398e9c2dbd1
equal deleted inserted replaced
324:ff070b9e22ef 325:43a686709ded
    80   $ hg record babar.py
    80   $ hg record babar.py
    81   $ hg amend -c .^ # .^ refer to "working directoy parent, here 'feature A'
    81   $ hg amend -c .^ # .^ refer to "working directoy parent, here 'feature A'
    82 
    82 
    83 note: refresh is an alias for amend
    83 note: refresh is an alias for amend
    84 
    84 
       
    85 hg qref -X
       
    86 ````````````
       
    87 
       
    88 To remove change from you current commit use::
       
    89 
       
    90   $ hg uncommit not-ready.txt
       
    91 
       
    92 
    85 hg qpop
    93 hg qpop
    86 `````````
    94 `````````
    87 
    95 
    88 the following command emule the behavior of hg qpop:
    96 the following command emule the behavior of hg qpop:
    89 
    97