Documentation inconsistencies ? isodate and file_adds/file_dels

Jerome Lacoste jerome.lacoste at gmail.com
Fri Aug 31 23:20:09 CDT 2007


On 8/31/07, Benoit Boissinot <bboissin at gmail.com> wrote:
> On 8/31/07, Jerome Lacoste <jerome.lacoste at gmail.com> wrote:
> > On 8/30/07, Jens Alfke <jens at mooseyard.com> wrote:
> > C:\projects>hg clone http://selenic.com/repo/hg mercurial
> > abort: error: getaddrinfo failed
> >
> > Google's not very verbose on that issue, so I will assume a low level
> > failure somewhere...
>
> --traceback will be more verbose

C:\projects>hg --traceback clone http://selenic.com/repo/hg mercurial
Traceback (most recent call last):
 File "mercurial\dispatch.pyc", line 45, in _runcatch
 File "mercurial\dispatch.pyc", line 348, in _dispatch
 File "mercurial\dispatch.pyc", line 401, in _runcommand
 File "mercurial\dispatch.pyc", line 357, in checkargs
 File "mercurial\dispatch.pyc", line 342, in <lambda>
 File "mercurial\commands.pyc", line 417, in clone
 File "mercurial\hg.pyc", line 213, in clone
 File "mercurial\localrepo.pyc", line 1972, in clone
 File "mercurial\localrepo.pyc", line 1353, in pull
 File "mercurial\localrepo.pyc", line 1186, in findincoming
 File "mercurial\httprepo.pyc", line 364, in heads
 File "mercurial\httprepo.pyc", line 349, in do_read
 File "mercurial\httprepo.pyc", line 303, in do_cmd
 File "urllib2.pyc", line 130, in urlopen
 File "urllib2.pyc", line 358, in open
 File "urllib2.pyc", line 376, in _open
 File "urllib2.pyc", line 337, in _call_chain
 File "mercurial\httprepo.pyc", line 108, in http_open
 File "mercurial\keepalive.pyc", line 241, in do_open
 File "mercurial\keepalive.pyc", line 315, in _start_transaction
URLError: <urlopen error (11001, 'getaddrinfo failed')>
abort: error: getaddrinfo failed

C:\projects>ping selenic.com

Pinging selenic.com [66.93.16.53] with 32 bytes of data:

Reply from 66.93.16.53: bytes=32 time=202ms TTL=50
Reply from 66.93.16.53: bytes=32 time=225ms TTL=50

Ping statistics for 66.93.16.53:
   Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
   Minimum = 202ms, Maximum = 225ms, Average = 213ms
Control-C
^C

Any idea ?

Jerome


More information about the Mercurial mailing list