comparison hgext/convert/__init__.py @ 18324:2eae2f9e85ef

merge with stable
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 14 Jan 2013 10:17:06 -0600
parents 337d728e644f c51d2bc7a5d7
children 05acdf8e1f23
comparison
equal deleted inserted replaced
18320:60680d691a0b 18324:2eae2f9e85ef
193 193
194 :convert.localtimezone: use local time (as determined by the TZ 194 :convert.localtimezone: use local time (as determined by the TZ
195 environment variable) for changeset date/times. The default 195 environment variable) for changeset date/times. The default
196 is False (use UTC). 196 is False (use UTC).
197 197
198 :hook.cvslog: Specify a Python function to be called at the end of 198 :hooks.cvslog: Specify a Python function to be called at the end of
199 gathering the CVS log. The function is passed a list with the 199 gathering the CVS log. The function is passed a list with the
200 log entries, and can modify the entries in-place, or add or 200 log entries, and can modify the entries in-place, or add or
201 delete them. 201 delete them.
202 202
203 :hook.cvschangesets: Specify a Python function to be called after 203 :hooks.cvschangesets: Specify a Python function to be called after
204 the changesets are calculated from the CVS log. The 204 the changesets are calculated from the CVS log. The
205 function is passed a list with the changeset entries, and can 205 function is passed a list with the changeset entries, and can
206 modify the changesets in-place, or add or delete them. 206 modify the changesets in-place, or add or delete them.
207 207
208 An additional "debugcvsps" Mercurial command allows the builtin 208 An additional "debugcvsps" Mercurial command allows the builtin