hg.rst
changeset 1660 71e627dc8b8c
parent 1659 7dc153b728f7
child 1667 40bb400c925e
equal deleted inserted replaced
1659:7dc153b728f7 1660:71e627dc8b8c
   438   $ hg pull --rebase
   438   $ hg pull --rebase
   439 
   439 
   440 Rebase draft (unpublished) changes over public changes::
   440 Rebase draft (unpublished) changes over public changes::
   441 
   441 
   442   $ hg rebase -s 'draft()' -d 'public()'
   442   $ hg rebase -s 'draft()' -d 'public()'
       
   443   $ hg up  # it possible that you isn't on a tip
   443 
   444 
   444 Find greatest common ancestor of changesets.
   445 Find greatest common ancestor of changesets.
   445 ============================================
   446 ============================================
   446 ::
   447 ::
   447 
   448