hgext/convert/darcs.py
changeset 22300 35ab037de989
parent 22296 650b5b6e75ed
child 24395 216fa1ba9993
--- a/hgext/convert/darcs.py	Tue Aug 26 22:03:32 2014 +0200
+++ b/hgext/convert/darcs.py	Tue Aug 26 22:03:32 2014 +0200
@@ -156,7 +156,9 @@
             output, status = self.run('revert', all=True, repodir=self.tmppath)
             self.checkexit(status, output)
 
-    def getchanges(self, rev):
+    def getchanges(self, rev, full):
+        if full:
+            raise util.Abort(_("convert from darcs do not support --full"))
         copies = {}
         changes = []
         man = None