Your message dated Tue, 17 Jun 2014 22:34:11 +0000
with message-id <e1wx1xd-0006ju...@franck.debian.org>
and subject line Bug#750444: fixed in mercurial 3.0.1-1
has caused the Debian Bug report #750444,
regarding mercurial: Doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
750444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mercurial
Version: 3.0-1
Severity: serious

Dear Maintainer,

hg clone or hg pull from the same repository doesn't work.

Christian

$ LANG=C hg clone http://bitbucket.org/multicoreware/x265         
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.7 (default, Jun  2 2014, 11:41:02) [GCC 4.8.3]
** Mercurial Distributed SCM (version 3.0)
** Extensions loaded: 
Traceback (most recent call last):
  File "/usr/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 28, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 69, in 
dispatch
    ret = _runcatch(req)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 138, in 
_runcatch
    return _dispatch(req)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 810, in 
_dispatch
    cmdpats, cmdoptions)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 590, in 
runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 901, in 
_runcommand
    return checkargs()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 872, in 
checkargs
    return cmdfunc()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 807, in 
<lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 518, in check
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line 1298, in 
clone
    branch=opts.get('branch'))
  File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 295, in clone
    srcpeer = peer(ui, peeropts, source)
  File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 129, in peer
    return _peerorrepo(rui, path, create).peer()
  File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 106, in 
_peerorrepo
    obj = _peerlookup(path).instance(ui, path, create)
  File "/usr/lib/python2.7/dist-packages/mercurial/httppeer.py", line 261, in 
instance
    inst._fetchcaps()
  File "/usr/lib/python2.7/dist-packages/mercurial/httppeer.py", line 58, in 
_fetchcaps
    self.caps = set(self._call('capabilities').split())
  File "/usr/lib/python2.7/dist-packages/mercurial/httppeer.py", line 172, in 
_call
    fp = self._callstream(cmd, **args)
  File "/usr/lib/python2.7/dist-packages/mercurial/httppeer.py", line 119, in 
_callstream
    resp = self.urlopener.open(req)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 442, in error
    result = self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/dist-packages/mercurial/url.py", line 372, in 
https_open
    return self.do_open(self._makeconnection, req)
  File "/usr/lib/python2.7/dist-packages/mercurial/keepalive.py", line 254, in 
do_open
    self._start_transaction(h, req)
  File "/usr/lib/python2.7/dist-packages/mercurial/url.py", line 358, in 
_start_transaction
    return keepalive.KeepAliveHandler._start_transaction(self, h, req)
  File "/usr/lib/python2.7/dist-packages/mercurial/keepalive.py", line 352, in 
_start_transaction
    h.endheaders()
  File "/usr/lib/python2.7/httplib.py", line 991, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 844, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/dist-packages/mercurial/url.py", line 144, in 
_sendfile
    orgsend(self, data)
  File "/usr/lib/python2.7/dist-packages/mercurial/keepalive.py", line 532, in 
safesend
    self.connect()
  File "/usr/lib/python2.7/dist-packages/mercurial/url.py", line 342, in connect
    _generic_proxytunnel(self)
  File "/usr/lib/python2.7/dist-packages/mercurial/url.py", line 228, in 
_generic_proxytunnel
    self._set_hostport(self.host, self.port)
AttributeError: httpsconnection instance has no attribute '_set_hostport'































-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.14.4 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mercurial depends on:
ii  libc6             2.18-7
ii  mercurial-common  3.0-1
ii  python            2.7.6-2
ii  ucf               3.0030

Versions of packages mercurial recommends:
ii  openssh-client  1:6.6p1-5

Versions of packages mercurial suggests:
pn  kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff  <none>
pn  qct                                                   <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mercurial
Source-Version: 3.0.1-1

We believe that the bug you reported is fixed in the latest version of
mercurial, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 750...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Javi Merino <vi...@debian.org> (supplier of updated mercurial package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 17 Jun 2014 22:55:05 +0100
Source: mercurial
Binary: mercurial-common mercurial
Architecture: source all amd64
Version: 3.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<python-apps-t...@lists.alioth.debian.org>
Changed-By: Javi Merino <vi...@debian.org>
Description:
 mercurial  - easy-to-use, scalable distributed version control system
 mercurial-common - easy-to-use, scalable distributed version control system 
(common
Closes: 750444
Changes:
 mercurial (3.0.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #750444)
   * Update breaks of hgview to hgview-common << 1.8.1 (Thanks Julien Cristau)
Checksums-Sha1:
 6ad30dd7f85e1c28a7540eaa74cbe97796d131e3 2245 mercurial_3.0.1-1.dsc
 2d257836d28d22e4da3d0ad72b0489f6587b1165 3905354 mercurial_3.0.1.orig.tar.gz
 66d26664264f8ac12b7ea4335da9e54481833c6a 43424 mercurial_3.0.1-1.debian.tar.xz
 011ce7f9dc8b2c1d15624b9536372fe6d02bcf88 1582280 
mercurial-common_3.0.1-1_all.deb
 823b947123ab215d0d4844cf137c88c4d0c42f7c 58868 mercurial_3.0.1-1_amd64.deb
Checksums-Sha256:
 e6d25aa6ef1bceefdcadc6fbd94a595e0e6ab7018f13fb9c1cf64a5f3a22f595 2245 
mercurial_3.0.1-1.dsc
 36e48b59a84ef5a222d06596971e955ac8217e56b076dfb94c8ce5a0c29fd705 3905354 
mercurial_3.0.1.orig.tar.gz
 a11232137736ab20bf6a3317d6257f997041bdf28f7e9756d9ab234fd6f73932 43424 
mercurial_3.0.1-1.debian.tar.xz
 000614d3d8ae999f6cccd2725948849f406dee8a4eebbbee3df25194244f60c4 1582280 
mercurial-common_3.0.1-1_all.deb
 830cc9f4468c9f3cdeb7753fdfe899330d5edcf0452ce0fec66d3ca3b6cd0d6e 58868 
mercurial_3.0.1-1_amd64.deb
Files:
 2554a04135fffc07a6ddd7d9f56eadee 1582280 vcs optional 
mercurial-common_3.0.1-1_all.deb
 67c69a82fcd895b726f1447b685c1918 58868 vcs optional mercurial_3.0.1-1_amd64.deb
 90f0af5bbc4154dbebc0602b6851e579 2245 vcs optional mercurial_3.0.1-1.dsc
 15de301a673b77f839325dba10ed4fc0 3905354 vcs optional 
mercurial_3.0.1.orig.tar.gz
 1afa89478a8d5ba5de87e8be90b23cd7 43424 vcs optional 
mercurial_3.0.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJToMEEAAoJEAe0hFJ2jTgkshUP/2BCfFI8IYA1Lr3719j5J2Sz
nEyW6+hxSOdYN8s6j8FioW20TPpdVIsqf8aQqDXGm13R0hO6QW0wX+22S5V5C9fl
DcZebOYo1MkOz4ZZorKKCaliJ+UQPafVAsvzuX0nP0vrPQAfzlz24egUWDaumuVv
OQ4ZPE6eVHjr/mAUipi7Nc5+lTc/4HxhhJECWnsXRlCGTGdCsdBLY7q/+YkCAonx
CNz3O97aMrvGrBDUYVhAqrMEpilIbZOdBZqrOBq/lCkkoI6LXJJngfTYZlBTz05B
ubcqXmbqrmFZkzIxljqAQq2vOSXrE+4rr7da+1Er1IA5MRcNCqIerKf2zECx3e3H
XhLalfn1jNkGi3bg9CXrnE9AwY28ZG5rejp7BAlSBw5kwY13abgVpDUBb+yAwfkA
yzwgAgcc8/YTerEcq9E1NBF0a8Sgg7I4nL/ZhASAg6cTEwT+M9tHhK6ClM7iNu2n
mssV7Bi+FT+hq+9Hs5CgkoQBiYN7R7K60rABmr76PhSNx8wJ6ob4VTA4uDTJ9yPl
91/ePEmCPMQpTkEuWWLAkvXC2IS26jxEl3FyaWclIXsiaQtiTiDv6jLRa/6xT+6R
UJVnvNcTiSst5D3I3FYRgz+o1Fco7NezQvL6RwzpAbGct/1G096JdSJrhD9N2yt+
MIYMdYg633AuoVSaREd/
=FfCR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to