Bug report

Dennis Brakhane brakhane at googlemail.com
Sat Nov 20 11:26:23 CST 2010


On Sat, Nov 20, 2010 at 5:52 PM, Tobias Dammers <tdammers at gmail.com> wrote:
> 1.7.1 gives the exact same error, just different line numbers:

I don't know enough of Mercurial's internals to give useful advice, I'm afraid.

You could try the latest version in hg-crew, maybe that fixes the bug (but I
don't think so).

You could add the following line before the 827 line in
lib/python/mercurial/localrepo.py:

  print "%s: copy: %s" % (fname, cfname)

And then see what line is printed right before the crash, maybe you
the name that will be output will help you remember what might be
different.

Keep in mind that in python indentation matters, be sure to indent it
exactly like the following self.ui.debug line (also don't use tabs, only spaces
to indent).


More information about the Mercurial mailing list