tests/test-convert.out
changeset 10095 69ce7a10e593
parent 9962 a7178eccf2dc
child 10577 d5bd1beff794
equal deleted inserted replaced
10093:a43ae5777221 10095:69ce7a10e593
   138     --config convert.cvsps.mergefrom='{{mergefrombranch ([-\w]+)}}'
   138     --config convert.cvsps.mergefrom='{{mergefrombranch ([-\w]+)}}'
   139         Specify a regular expression to which commit log messages are matched.
   139         Specify a regular expression to which commit log messages are matched.
   140         If a match occurs, then the conversion process will add the most
   140         If a match occurs, then the conversion process will add the most
   141         recent revision on the branch indicated in the regex as the second
   141         recent revision on the branch indicated in the regex as the second
   142         parent of the changeset.
   142         parent of the changeset.
       
   143     --config hook.cvslog
       
   144         Specify a Python function to be called at the end of gathering the CVS
       
   145         log. The function is passed a list with the log entries, and can
       
   146         modify the entries in-place, or add or delete them.
       
   147     --config hook.cvschangesets
       
   148         Specify a Python function to be called after the changesets are
       
   149         calculated from the the CVS log. The function is passed a list with
       
   150         the changeset entries, and can modify the changesets in-place, or add
       
   151         or delete them.
   143 
   152 
   144     An additional "debugcvsps" Mercurial command allows the builtin changeset
   153     An additional "debugcvsps" Mercurial command allows the builtin changeset
   145     merging code to be run without doing a conversion. Its parameters and
   154     merging code to be run without doing a conversion. Its parameters and
   146     output are similar to that of cvsps 2.1. Please see the command help for
   155     output are similar to that of cvsps 2.1. Please see the command help for
   147     more details.
   156     more details.