[Bug 5821] New: conflict between evolve and notify, cannot push hidden extension.

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Mar 15 18:21:34 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=5821

            Bug ID: 5821
           Summary: conflict between evolve and notify, cannot push hidden
                    extension.
           Product: Mercurial
           Version: earlier
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzilla at mercurial-scm.org
          Reporter: oub.oub.oub at gmail.com
                CC: mercurial-devel at mercurial-scm.org,
                    pierre-yves.david at ens-lyon.org

Hi

I am running:
mercurial 4.4.1 on Ubuntu 16.04,
I installed evolve via pip
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://kalthad@bitbucket.org/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://kalthad@bitbucket.org/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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list