A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
| /home/snej/run/lib/python/mercurial/hgweb/hgweb_mod.py |
10 from mercurial.node import hex, nullid, short
|
11 from mercurial.repo import RepoError
|
12 from mercurial import mdiff, ui, hg, util, archival, patch, hook
|
13 from mercurial import revlog, templater, templatefilters, changegroup
|
14 from common import get_mtime, style_map, paritygen, countgen, get_contact
|
| mercurial undefined, mdiff undefined, ui undefined, hg undefined, util undefined, archival undefined, patch undefined, hook undefined |
| /home/snej/run/lib/python/mercurial/mdiff.py |
6 # of the GNU General Public License, incorporated herein by reference.
|
7
|
8 import bdiff, mpatch, re, struct, util, md5
|
9
|
10 def splitnewlines(text):
|
| bdiff undefined, mpatch undefined, re undefined, struct undefined, util undefined, md5 undefined |