all dirs is not longer working in 4.3.2
Uwe Brauer
oub at mat.ucm.es
Thu Oct 26 21:33:13 UTC 2017
>>> "Marcin" == Marcin Kasperski <Marcin.Kasperski at mekk.waw.pl> writes:
>>
>> Anybody uses this extension?
> Well, I wrote it and use. Albeit haven't tested on 4.3 yet
Good!!
>> The author's email seems not to work,
> Which mail did you try? I seem to be getting email daily so believe it
> works…
Here is what I got back
** Address not found **
Your message wasn't delivered to Marciny.Kasperski at mekk.waw.pl because
the address couldn't be found. Check for typos or unnecessary spaces
and try again.
The response from the remote server was:
550 5.1.1 <Marciny.Kasperski at mekk.waw.pl>: Recipient address rejected:
User unknown in local recipient table
>> there is no possible to open a
>> issue in his bitbucket repo.
> Forgot to enable issues, feel free to raise the issue now (and please do
> it, I won't be able to work on the issue this week and having it in
> tracker makes it more likely I won't forget about it)
Here is my message and the error I obtain in 4.3. I downgraded to 4.2
since I use your extension on a daily base.
Hi
Unfortunately I cannot find the bitbucket issue button in the repo any
more (they changed the interface), so I don't know who to send a issue.
Using mercurial 4.3.2 in ubuntu 16.04 I obtain
Commenting out the alldirs extension everyting works as expected.
** Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]
** Mercurial Distributed SCM (version 4.3.2)
** Extensions loaded: blackbox, strip, mq, journal, churn, notify, artemis, share, evolve, eol, hgk, rebase, shelve, purge, pager, convert, fetch, histedit, hggit, record, keyword
Traceback (most recent call last):
File "/usr/bin/hg", line 45, in <module>
mercurial.dispatch.run()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 81, in run
status = (dispatch(req) or 0) & 255
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 162, in dispatch
ret = _runcatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 302, in _runcatch
return _callcatch(ui, _runcatchfu nc)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 310, in _callcatch
return scmutil.callcatch(ui, func)
File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line 150, in callcatch
return func()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 292, in _runcatchfunc
return _dispatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 770, in _dispatch
cmd, func, args, options, cmdoptions = _parse(lui, args)
File "/usr/lib/python2.7/dist-packages/mercurial/extensions.py", line 322, in closure
return func(*(args + a), **kw)
File "/usr/lib/python2.7/dist-packages/hgext/keyword.py", line 713, in kwdispatch_parse
cmd, func, args, options, cmdoptions = orig(ui, args)
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'
Thanks and regards
Uwe Brauer
More information about the Mercurial
mailing list