Submitter | mercurial-bugs@mercurial-scm.org |
---|---|
Date | May 5, 2020, 8:10 a.m. |
Message ID | <bug-6320-285@https.bz.mercurial-scm.org/> |
Download | mbox | patch |
Permalink | /patch/46256/ |
State | Not Applicable |
Headers | show |
Comments
Patch
--- /scratch/devel/py-mercurial/work/mercurial-5.4/tests/test-doctest.py.out +++ /scratch/devel/py-mercurial/work/mercurial-5.4/tests/test-doctest.py.err @@ -0,0 +1,9 @@ +abort: no repository found in '/scratch/devel/py-mercurial/work/mercurial-5.4' (.hg not found)! +Traceback (most recent call last): + File "/scratch/devel/py-mercurial/work/mercurial-5.4/tests/test-doctest.py", line 76, in <module> + "hg files --print0 \"%s\"" % fileset, shell=True, cwd=cwd, + File "/usr/pkg/lib/python3.7/subprocess.py", line 411, in check_output + **kwargs).stdout + File "/usr/pkg/lib/python3.7/subprocess.py", line 512, in run