Hi Uwe,

It's likely an incompatibility between the evolution way of doing amend and the notify hook, could you open a ticket here: https://bz.mercurial-scm.org/ so we can track it?

Thanks,

Boris Feld


On 14/03/2018 11:04, Uwe Brauer wrote:

Hi

I have the evolve extension enabled and notify



[hooks]
incoming.notify = python:hgext.notify.hook
outgoing.notify = python:hgext.notify.hook


I just run

hg commit --amend -m "Remove user from subscribe list (notify)"

And then

hg push

pushing to https://[email protected]/kalthad/hgedo
searching for changes
error: outgoing.notify hook raised an exception: hidden revision '81'
(run with --traceback for stack trace)

Then I run

hg push --traceback
pushing to https://[email protected]/kalthad/hgedo
searching for changes
no changes found


So I am confused. I cloned the repo and everything seems ok. Revision 81
is not on bitbucket

Any comments?

Uwe Brauer

_______________________________________________
Mercurial mailing list
[email protected]
https://www.mercurial-scm.org/mailman/listinfo/mercurial

_______________________________________________
Mercurial mailing list
[email protected]
https://www.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to