hgext/rebase.py
branchstable
changeset 32084 091d6b9157da
parent 32083 1c911adebf48
child 32152 b63351f6a246
child 32224 456b4a32d75f
equal deleted inserted replaced
32083:1c911adebf48 32084:091d6b9157da
   663           hg rebase -r "branch(featureX)" -d 1.3 --keepbranches
   663           hg rebase -r "branch(featureX)" -d 1.3 --keepbranches
   664 
   664 
   665     Configuration Options:
   665     Configuration Options:
   666 
   666 
   667     You can make rebase require a destination if you set the following config
   667     You can make rebase require a destination if you set the following config
   668     option:
   668     option::
   669 
   669 
   670       [commands]
   670       [commands]
   671       rebase.requiredest = True
   671       rebase.requiredest = True
   672 
   672 
   673     Return Values:
   673     Return Values: