hgext/convert/darcs.py
changeset 38466 2c2e82469b89
parent 38312 79dd61a4554f
child 43076 2372284d9457
--- a/hgext/convert/darcs.py	Tue May 29 00:15:44 2018 +0200
+++ b/hgext/convert/darcs.py	Sat Jun 23 19:23:53 2018 +0900
@@ -126,8 +126,7 @@
         return etree.getroot()
 
     def format(self):
-        output, status = self.run('show', 'repo', no_files=True,
-                                  repodir=self.path)
+        output, status = self.run('show', 'repo', repodir=self.path)
         self.checkexit(status)
         m = re.search(r'^\s*Format:\s*(.*)$', output, re.MULTILINE)
         if not m: