tests/test-convert.t
changeset 18324 2eae2f9e85ef
parent 18227 720308f741cb
parent 18321 c51d2bc7a5d7
child 18819 05acdf8e1f23
equal deleted inserted replaced
18320:60680d691a0b 18324:2eae2f9e85ef
   174                     "{{mergefrombranch ([-\w]+)}}"
   174                     "{{mergefrombranch ([-\w]+)}}"
   175       convert.localtimezone
   175       convert.localtimezone
   176                     use local time (as determined by the TZ environment
   176                     use local time (as determined by the TZ environment
   177                     variable) for changeset date/times. The default is False
   177                     variable) for changeset date/times. The default is False
   178                     (use UTC).
   178                     (use UTC).
   179       hook.cvslog   Specify a Python function to be called at the end of
   179       hooks.cvslog  Specify a Python function to be called at the end of
   180                     gathering the CVS log. The function is passed a list with
   180                     gathering the CVS log. The function is passed a list with
   181                     the log entries, and can modify the entries in-place, or add
   181                     the log entries, and can modify the entries in-place, or add
   182                     or delete them.
   182                     or delete them.
   183       hook.cvschangesets
   183       hooks.cvschangesets
   184                     Specify a Python function to be called after the changesets
   184                     Specify a Python function to be called after the changesets
   185                     are calculated from the CVS log. The function is passed a
   185                     are calculated from the CVS log. The function is passed a
   186                     list with the changeset entries, and can modify the
   186                     list with the changeset entries, and can modify the
   187                     changesets in-place, or add or delete them.
   187                     changesets in-place, or add or delete them.
   188   
   188