all dirs is not longer working in 4.3.2
Marcin Kasperski
Marcin.Kasperski at mekk.waw.pl
Sat Oct 28 14:28:06 UTC 2017
I briefly tested all_dirs on hg 4.3.2 and it seems to work (well, I ran
automated tests, and they passed). Moreover, if we look at the
backtrace,
File "/home/oub/ALLES/src/mercurial-all_dirs/mercurial_all_dirs.py", line 174, in _parse
except error.CommandError as e:
AttributeError: 'NoneType' object has no attribute 'CommandError'
and note that this „error” is result of
from mercurial import error
there really is no reason for this line to crash.
There is something special in your environment. Either some other
extension messes up, or mayhaps you have multiple mercurials installed,
and they conflict somehow, or mayhaps some specific command does
something specific.
Could you try bisecting it a bit? At the very least, try disabling other
extensions and test whether it changes anything (and if some specific
causes the problem, let me know which one). And please make sure it's
indeed mercurial 4.3.2 in your python path…
PS What command you issue to see the crash?
More information about the Mercurial
mailing list