comparison hgext/convert/__init__.py @ 18321:c51d2bc7a5d7 stable

convert: correct 'hooks' section name in online help The section name for hooks is not 'hook', but 'hooks'.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 14 Jan 2013 23:14:45 +0900
parents e7cfe3587ea4
children 2eae2f9e85ef
comparison
equal deleted inserted replaced
18292:40185df018d7 18321:c51d2bc7a5d7
189 commit log messages are matched. If a match occurs, then the 189 commit log messages are matched. If a match occurs, then the
190 conversion process will add the most recent revision on the 190 conversion process will add the most recent revision on the
191 branch indicated in the regex as the second parent of the 191 branch indicated in the regex as the second parent of the
192 changeset. Default is ``{{mergefrombranch ([-\\w]+)}}`` 192 changeset. Default is ``{{mergefrombranch ([-\\w]+)}}``
193 193
194 :hook.cvslog: Specify a Python function to be called at the end of 194 :hooks.cvslog: Specify a Python function to be called at the end of
195 gathering the CVS log. The function is passed a list with the 195 gathering the CVS log. The function is passed a list with the
196 log entries, and can modify the entries in-place, or add or 196 log entries, and can modify the entries in-place, or add or
197 delete them. 197 delete them.
198 198
199 :hook.cvschangesets: Specify a Python function to be called after 199 :hooks.cvschangesets: Specify a Python function to be called after
200 the changesets are calculated from the CVS log. The 200 the changesets are calculated from the CVS log. The
201 function is passed a list with the changeset entries, and can 201 function is passed a list with the changeset entries, and can
202 modify the changesets in-place, or add or delete them. 202 modify the changesets in-place, or add or delete them.
203 203
204 An additional "debugcvsps" Mercurial command allows the builtin 204 An additional "debugcvsps" Mercurial command allows the builtin