##// END OF EJS Templates
convert: correct 'hooks' section name in online help...
FUJIWARA Katsunori -
r18321:c51d2bc7 stable
parent child Browse files
Show More
@@ -191,12 +191,12 b' def convert(ui, src, dest=None, revmapfi'
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.
@@ -172,11 +172,11 b''
172 will add the most recent revision on the branch indicated in
172 will add the most recent revision on the branch indicated in
173 the regex as the second parent of the changeset. Default is
173 the regex as the second parent of the changeset. Default is
174 "{{mergefrombranch ([-\w]+)}}"
174 "{{mergefrombranch ([-\w]+)}}"
175 hook.cvslog Specify a Python function to be called at the end of
175 hooks.cvslog Specify a Python function to be called at the end of
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 hooks.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 CVS log. The function is passed a
181 are calculated from the CVS log. The function is passed a
182 list with the changeset entries, and can modify the
182 list with the changeset entries, and can modify the
General Comments 0
You need to be logged in to leave comments. Login now