Submitter | mercurial-bugs@mercurial-scm.org |
---|---|
Date | June 13, 2019, 10:57 a.m. |
Message ID | <bug-6152-285@https.bz.mercurial-scm.org/> |
Download | mbox | patch |
Permalink | /patch/40470/ |
State | Not Applicable |
Headers | show |
Comments
Patch
--- darcs.py.orig 2018-04-04 16:35:08.000000000 +0200 +++ darcs.py 2019-06-13 12:56:03.053721605 +0200 @@ -124,7 +124,7 @@ return etree.getroot() def format(self): - output, status = self.run('show', 'repo', no_files=True, + output, status = self.run('show', 'repo', repodir=self.path) self.checkexit(status) m = re.search(r'^\s*Format:\s*(.*)$', output, re.MULTILINE)