##// 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 191 branch indicated in the regex as the second parent of the
192 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 195 gathering the CVS log. The function is passed a list with the
196 196 log entries, and can modify the entries in-place, or add or
197 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 200 the changesets are calculated from the CVS log. The
201 201 function is passed a list with the changeset entries, and can
202 202 modify the changesets in-place, or add or delete them.
@@ -172,11 +172,11 b''
172 172 will add the most recent revision on the branch indicated in
173 173 the regex as the second parent of the changeset. Default is
174 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 176 gathering the CVS log. The function is passed a list with
177 177 the log entries, and can modify the entries in-place, or add
178 178 or delete them.
179 hook.cvschangesets
179 hooks.cvschangesets
180 180 Specify a Python function to be called after the changesets
181 181 are calculated from the CVS log. The function is passed a
182 182 list with the changeset entries, and can modify the
General Comments 0
You need to be logged in to leave comments. Login now