tests/test-convert.t
branchstable
changeset 17251 98166640b356
parent 17002 0eb522625eb2
child 17267 979b107eaea2
equal deleted inserted replaced
17250:18f935b4c05a 17251:98166640b356
   176                     gathering the CVS log. The function is passed a list with
   176                     gathering the CVS log. The function is passed a list with
   177                     the log entries, and can modify the entries in-place, or add
   177                     the log entries, and can modify the entries in-place, or add
   178                     or delete them.
   178                     or delete them.
   179       hook.cvschangesets
   179       hook.cvschangesets
   180                     Specify a Python function to be called after the changesets
   180                     Specify a Python function to be called after the changesets
   181                     are calculated from the the CVS log. The function is passed
   181                     are calculated from the CVS log. The function is passed a
   182                     a list with the changeset entries, and can modify the
   182                     list with the changeset entries, and can modify the
   183                     changesets in-place, or add or delete them.
   183                     changesets in-place, or add or delete them.
   184   
   184   
   185       An additional "debugcvsps" Mercurial command allows the builtin changeset
   185       An additional "debugcvsps" Mercurial command allows the builtin changeset
   186       merging code to be run without doing a conversion. Its parameters and
   186       merging code to be run without doing a conversion. Its parameters and
   187       output are similar to that of cvsps 2.1. Please see the command help for
   187       output are similar to that of cvsps 2.1. Please see the command help for