comparison hgext/convert/__init__.py @ 8690:c5b4f662109f

convert: add --sourcesort option for source specific sort Only supported by Mercurial source for now.
author Patrick Mezard <pmezard@gmail.com>
date Mon, 01 Jun 2009 17:12:39 +0200
parents aea3a23151bd
children 827d4e807d57
comparison
equal deleted inserted replaced
8689:9bc95f8eb018 8690:c5b4f662109f
245 ('', 'filemap', '', _('remap file names using contents of file')), 245 ('', 'filemap', '', _('remap file names using contents of file')),
246 ('r', 'rev', '', _('import up to target revision REV')), 246 ('r', 'rev', '', _('import up to target revision REV')),
247 ('s', 'source-type', '', _('source repository type')), 247 ('s', 'source-type', '', _('source repository type')),
248 ('', 'splicemap', '', _('splice synthesized history into place')), 248 ('', 'splicemap', '', _('splice synthesized history into place')),
249 ('', 'branchmap', '', _('change branch names while converting')), 249 ('', 'branchmap', '', _('change branch names while converting')),
250 ('', 'datesort', None, _('try to sort changesets by date'))], 250 ('', 'datesort', None, _('try to sort changesets by date')),
251 ('', 'sourcesort', None, _('preserve source changesets order'))],
251 _('hg convert [OPTION]... SOURCE [DEST [REVMAP]]')), 252 _('hg convert [OPTION]... SOURCE [DEST [REVMAP]]')),
252 "debugsvnlog": 253 "debugsvnlog":
253 (debugsvnlog, 254 (debugsvnlog,
254 [], 255 [],
255 'hg debugsvnlog'), 256 'hg debugsvnlog'),