[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: abort: … address@hidden 68a0c00b08: no match found!
From: |
Ben Abbott |
Subject: |
Re: abort: … address@hidden 68a0c00b08: no match found! |
Date: |
Tue, 18 Jun 2013 22:06:44 +0800 |
On Jun 18, 2013, at 9:44 PM, Ben Abbott wrote:
>
> On Jun 18, 2013, at 9:35 PM, Ben Abbott wrote:
>
>> Is anyone seeing this. I've got a unreliable internet connection, so it is
>> possible something got scrambled on my end.
>>
>> $ hg pull ; hg update -C
>> pulling from http://hg.savannah.gnu.org/hgweb/octave
>> searching for changes
>> adding changesets
>> adding manifests
>> adding file changes
>> added 5 changesets with 61 changes to 60 files
>> (run 'hg update' to get a working copy)
>> abort: data/libgui/qterminal/libqterminal/win32/address@hidden: no match
>> found!
>> Bens-MacBook-Pro:octave bpabbott$ hg pull ; hg update -C
>> abort: error: nodename nor servname provided, or not known
>> abort: data/libgui/qterminal/libqterminal/win32/address@hidden: no match
>> found!
>>
>> Ben
>
> I tried the web ..
>
>
> http://hg.savannah.gnu.org/hgweb/octave/file/51795e744e9f/libgui/qterminal/libqterminal/win32
>
> This page above comes up blank for me (the menu on the left doesn't even
> finish loading).
>
> Ben
I ran "hg serve" ...
$ hg serve
... and tried to load the page locally on my machine.
http://localhost:8000/file/51795e744e9f/libgui/qterminal/libqterminal/win32
The result is below.
listening at http://210.1.168.192.in-addr.arpa:8000/ (bound to *:8000)
127.0.0.1 - - [18/Jun/2013 22:02:43] "GET
/file/51795e744e9f/libgui/qterminal/libqterminal/win32 HTTP/1.1" 200 -
127.0.0.1 - - [18/Jun/2013 22:02:43] "GET /static/mercurial.js HTTP/1.1" 200 -
127.0.0.1 - - [18/Jun/2013 22:02:43] "GET /static/style-paper.css HTTP/1.1" 200
-
127.0.0.1 - - [18/Jun/2013 22:02:43] "GET /static/hglogo.png HTTP/1.1" 200 -
127.0.0.1 - - [18/Jun/2013 22:02:43] Exception happened during processing
request '/file/51795e744e9f/libgui/qterminal/libqterminal/win32':
Traceback (most recent call last):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/hgweb/server.py",
line 77, in do_POST
self.do_write()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/hgweb/server.py",
line 70, in do_write
self.do_hgweb()
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/hgweb/server.py",
line 137, in do_hgweb
for chunk in self.server.application(env, self._start_response):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/util.py",
line 358, in increasingchunks
for chunk in source:
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/templater.py",
line 344, in _flatten
for j in _flatten(i):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/templater.py",
line 337, in _flatten
for i in thing:
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/templater.py",
line 185, in runmap
for i in d:
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/hgweb/webcommands.py",
line 375, in filelist
"size": fctx.size(),
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/context.py",
line 544, in size
return self._filelog.size(self._filerev)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/util.py",
line 277, in __get__
result = self.func(obj)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/context.py",
line 454, in _filerev
return self._filelog.rev(self._filenode)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/util.py",
line 277, in __get__
result = self.func(obj)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/context.py",
line 448, in _filenode
return self._filelog.lookup(self._fileid)
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/revlog.py",
line 794, in lookup
raise LookupError(id, self.indexfile, _('no match found'))
LookupError: data/libgui/qterminal/libqterminal/win32/address@hidden: no match
found