hgext/histedit.py
branchstable
changeset 27972 92a61d7618ac
parent 27958 57dd5298f05f
child 28004 34165875fa5d
equal deleted inserted replaced
27971:f7d0c28d34b3 27972:92a61d7618ac
   885 
   885 
   886     - `roll` like fold, but discarding this commit's description
   886     - `roll` like fold, but discarding this commit's description
   887 
   887 
   888     - `edit` to edit this changeset
   888     - `edit` to edit this changeset
   889 
   889 
   890     There are a number of ways to select the root changset:
   890     There are a number of ways to select the root changeset:
   891 
   891 
   892     - Specify ANCESTOR directly
   892     - Specify ANCESTOR directly
   893 
   893 
   894     - Use --outgoing -- it will be the first linear changeset not
   894     - Use --outgoing -- it will be the first linear changeset not
   895       included in destination. (See :hg:`help config.default-push`)
   895       included in destination. (See :hg:`help config.default-push`)