diff hgext/convert/hg.py @ 8691:a0a541d6fed6

convert: fail fast if source does not support --sourcesort
author Patrick Mezard <pmezard@gmail.com>
date Mon, 01 Jun 2009 17:12:39 +0200
parents c5b4f662109f
children 68e0a55eee6e
line wrap: on
line diff
--- a/hgext/convert/hg.py	Mon Jun 01 17:12:39 2009 +0200
+++ b/hgext/convert/hg.py	Mon Jun 01 17:12:39 2009 +0200
@@ -338,3 +338,6 @@
 
     def after(self):
         self.ui.debug(_('run hg source post-conversion action\n'))
+
+    def hasnativeorder(self):
+        return True