| 1 | 2008-01-29 20:23:48,514 Trac[main] ERROR: 00changelog.i: no node 2276dbd96bb4221e579c871a1de2403c92c85659 |
|---|
| 2 | Traceback (most recent call last): |
|---|
| 3 | File "/packages/trac/branches/upstream-trunk/trac/web/main.py", line 453, in _dispatch_request |
|---|
| 4 | dispatcher.dispatch(req) |
|---|
| 5 | File "/packages/trac/branches/upstream-trunk/trac/web/main.py", line 217, in dispatch |
|---|
| 6 | data, content_type) |
|---|
| 7 | File "/packages/trac/branches/upstream-trunk/trac/web/chrome.py", line 697, in render_template |
|---|
| 8 | return stream.render(method, doctype=doctype) |
|---|
| 9 | File "/packages/trac/dependencies/genshi/trunk/genshi/core.py", line 172, in render |
|---|
| 10 | return encode(generator, method=method, encoding=encoding) |
|---|
| 11 | File "/packages/trac/dependencies/genshi/trunk/genshi/output.py", line 45, in encode |
|---|
| 12 | output = u''.join(list(iterator)) |
|---|
| 13 | File "/packages/trac/dependencies/genshi/trunk/genshi/output.py", line 291, in __call__ |
|---|
| 14 | for kind, data, pos in stream: |
|---|
| 15 | File "/packages/trac/dependencies/genshi/trunk/genshi/output.py", line 714, in __call__ |
|---|
| 16 | for kind, data, pos in stream: |
|---|
| 17 | File "/packages/trac/dependencies/genshi/trunk/genshi/output.py", line 553, in __call__ |
|---|
| 18 | for kind, data, pos in stream: |
|---|
| 19 | File "/packages/trac/dependencies/genshi/trunk/genshi/output.py", line 659, in __call__ |
|---|
| 20 | for kind, data, pos in chain(stream, [(None, None, None)]): |
|---|
| 21 | File "/packages/trac/dependencies/genshi/trunk/genshi/output.py", line 493, in __call__ |
|---|
| 22 | for ev in stream: |
|---|
| 23 | File "/packages/trac/dependencies/genshi/trunk/genshi/core.py", line 273, in _ensure |
|---|
| 24 | for event in stream: |
|---|
| 25 | File "/packages/trac/dependencies/genshi/trunk/genshi/core.py", line 273, in _ensure |
|---|
| 26 | for event in stream: |
|---|
| 27 | File "/packages/trac/branches/upstream-trunk/trac/web/chrome.py", line 749, in _strip_accesskeys |
|---|
| 28 | for kind, data, pos in stream: |
|---|
| 29 | File "/packages/trac/dependencies/genshi/trunk/genshi/core.py", line 273, in _ensure |
|---|
| 30 | for event in stream: |
|---|
| 31 | File "/packages/trac/branches/upstream-trunk/trac/web/chrome.py", line 738, in _generate |
|---|
| 32 | for kind, data, pos in stream: |
|---|
| 33 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/base.py", line 521, in _include |
|---|
| 34 | for event in stream: |
|---|
| 35 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/markup.py", line 279, in _match |
|---|
| 36 | ctxt)) |
|---|
| 37 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/base.py", line 521, in _include |
|---|
| 38 | for event in stream: |
|---|
| 39 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/markup.py", line 239, in _strip |
|---|
| 40 | event = stream.next() |
|---|
| 41 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/base.py", line 496, in _exec |
|---|
| 42 | for event in stream: |
|---|
| 43 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/base.py", line 473, in _eval |
|---|
| 44 | result = data.evaluate(ctxt) |
|---|
| 45 | File "/packages/trac/dependencies/genshi/trunk/genshi/template/eval.py", line 144, in evaluate |
|---|
| 46 | return eval(self.code, _globals, {'data': data}) |
|---|
| 47 | File "/packages/trac/branches/upstream-trunk/trac/timeline/templates/timeline.html", line 46, in <Expression u"event.render('description', context)"> |
|---|
| 48 | ${event.render('description', context)} |
|---|
| 49 | File "/packages/trac/branches/upstream-trunk/trac/timeline/web_ui.py", line 282, in <lambda> |
|---|
| 50 | context, field, event) |
|---|
| 51 | File "/packages/trac/branches/upstream-trunk/trac/versioncontrol/web_ui/changeset.py", line 845, in render_timeline_event |
|---|
| 52 | markup += format_to_html(self.env, context, message) |
|---|
| 53 | File "/packages/trac/branches/upstream-trunk/trac/wiki/formatter.py", line 1088, in format_to_html |
|---|
| 54 | return HtmlFormatter(env, context, wikidom).generate(escape_newlines) |
|---|
| 55 | File "/packages/trac/branches/upstream-trunk/trac/wiki/formatter.py", line 1047, in generate |
|---|
| 56 | escape_newlines) |
|---|
| 57 | File "/packages/trac/branches/upstream-trunk/trac/wiki/formatter.py", line 856, in format |
|---|
| 58 | result = re.sub(self.wikiparser.rules, self.replace, line) |
|---|
| 59 | File "/opt/python-2.5.1/lib/python2.5/re.py", line 142, in sub |
|---|
| 60 | return _compile(pattern, 0).sub(repl, string, count) |
|---|
| 61 | File "/packages/trac/branches/upstream-trunk/trac/wiki/formatter.py", line 801, in replace |
|---|
| 62 | replacement = self.handle_match(fullmatch) |
|---|
| 63 | File "/packages/trac/branches/upstream-trunk/trac/wiki/formatter.py", line 794, in handle_match |
|---|
| 64 | return external_handler(self, match, fullmatch) |
|---|
| 65 | File "/packages/trac/branches/sandbox/mercurial-plugin-0.11/tracext/hg/backend.py", line 119, in <lambda> |
|---|
| 66 | self._format_link(formatter, 'cset', label, label)) |
|---|
| 67 | File "/packages/trac/branches/sandbox/mercurial-plugin-0.11/tracext/hg/backend.py", line 135, in _format_link |
|---|
| 68 | chgset = repos.get_changeset(rev) |
|---|
| 69 | File "/packages/trac/branches/sandbox/mercurial-plugin-0.11/tracext/hg/backend.py", line 277, in get_changeset |
|---|
| 70 | return MercurialChangeset(self, self.hg_node(unicode(rev))) |
|---|
| 71 | File "/packages/trac/branches/sandbox/mercurial-plugin-0.11/tracext/hg/backend.py", line 214, in hg_node |
|---|
| 72 | return self.repo.lookup(rev) |
|---|
| 73 | File "/opt/python-2.5.1/lib/python2.5/site-packages/mercurial/localrepo.py", line 389, in lookup |
|---|
| 74 | n = self.changelog._match(key) |
|---|
| 75 | File "/opt/python-2.5.1/lib/python2.5/site-packages/mercurial/revlog.py", line 811, in _match |
|---|
| 76 | r = self.rev(node) |
|---|
| 77 | File "/opt/python-2.5.1/lib/python2.5/site-packages/mercurial/revlog.py", line 505, in rev |
|---|
| 78 | raise LookupError(_('%s: no node %s') % (self.indexfile, hex(node))) |
|---|
| 79 | LookupError: 00changelog.i: no node 2276dbd96bb4221e579c871a1de2403c92c85659 |
|---|
| 80 | |
|---|