[Bug 4436] New: abort: Error (IOError Error 0) on clone over HTTPS with subrepo

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Nov 4 04:21:08 CST 2014


http://bz.selenic.com/show_bug.cgi?id=4436

          Priority: normal
            Bug ID: 4436
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: abort: Error (IOError Error 0) on clone over HTTPS
                    with subrepo
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: jim.hague at acm.org
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.2
         Component: Mercurial
           Product: Mercurial

jim at hagrid:~/work/src/hg$ ./hg clone --traceback https://jim@host/repo
/tmp/repo-test
requesting all changes
adding changesets
adding manifests
adding file changes
added 12745 changesets with 28963 changes to 4591 files
updating to branch trunk
Traceback (most recent call last):
  File "/home/jim/work/src/hg/mercurial/dispatch.py", line 140, in _runcatch
    return _dispatch(req)
  File "/home/jim/work/src/hg/mercurial/dispatch.py", line 850, in _dispatch
    cmdpats, cmdoptions)
  File "/home/jim/work/src/hg/mercurial/dispatch.py", line 611, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/home/jim/work/src/hg/mercurial/dispatch.py", line 941, in _runcommand
    return checkargs()
  File "/home/jim/work/src/hg/mercurial/dispatch.py", line 912, in checkargs
    return cmdfunc()
  File "/home/jim/work/src/hg/mercurial/dispatch.py", line 847, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/home/jim/work/src/hg/mercurial/util.py", line 677, in check
    return func(*args, **kwargs)
  File "/home/jim/work/src/hg/mercurial/commands.py", line 1371, in clone
    branch=opts.get('branch'))
  File "/home/jim/work/src/hg/mercurial/hg.py", line 473, in clone
    _update(destrepo, uprev)
  File "/home/jim/work/src/hg/mercurial/hg.py", line 499, in update
    stats = updaterepo(repo, node, False)
  File "/home/jim/work/src/hg/mercurial/hg.py", line 495, in updaterepo
    labels=['working copy', 'destination'])
  File "/home/jim/work/src/hg/mercurial/merge.py", line 1117, in update
    stats = applyupdates(repo, actions, wc, p2, overwrite, labels=labels)
  File "/home/jim/work/src/hg/mercurial/merge.py", line 652, in applyupdates
    for i, item in prog:
  File "/home/jim/work/src/hg/mercurial/worker.py", line 124, in _posixworker
    for line in fp:
IOError: [Errno 0] Error
abort: Error

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list