hgext/convert/__init__.py
changeset 8690 c5b4f662109f
parent 8668 aea3a23151bd
child 8692 827d4e807d57
--- a/hgext/convert/__init__.py	Mon Jun 01 17:12:38 2009 +0200
+++ b/hgext/convert/__init__.py	Mon Jun 01 17:12:39 2009 +0200
@@ -247,7 +247,8 @@
           ('s', 'source-type', '', _('source repository type')),
           ('', 'splicemap', '', _('splice synthesized history into place')),
           ('', 'branchmap', '', _('change branch names while converting')),
-          ('', 'datesort', None, _('try to sort changesets by date'))],
+          ('', 'datesort', None, _('try to sort changesets by date')),
+          ('', 'sourcesort', None, _('preserve source changesets order'))],
          _('hg convert [OPTION]... SOURCE [DEST [REVMAP]]')),
     "debugsvnlog":
         (debugsvnlog,