hgext/histedit.py
branchstable
changeset 27958 57dd5298f05f
parent 27957 c54f017fcd52
child 27972 92a61d7618ac
equal deleted inserted replaced
27957:c54f017fcd52 27958:57dd5298f05f
   890     There are a number of ways to select the root changset:
   890     There are a number of ways to select the root changset:
   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 default-push")
   895       included in destination. (See :hg:`help config.default-push`)
   896 
   896 
   897     - Otherwise, the value from the "histedit.defaultrev" config option
   897     - Otherwise, the value from the "histedit.defaultrev" config option
   898       is used as a revset to select the base revision when ANCESTOR is not
   898       is used as a revset to select the base revision when ANCESTOR is not
   899       specified. The first revision returned by the revset is used. By
   899       specified. The first revision returned by the revset is used. By
   900       default, this selects the editable history that is unique to the
   900       default, this selects the editable history that is unique to the