From: Jim B. <jim...@py...> - 2017-09-25 20:40:33
|
I have also seen this error. I assume that a post-commit hook is being run on the hg server, and it is failing. Not good. This message may be implicitly telling us we need to get off hg.python.org sooner than later, since it's no longer being as actively administered. (Perhaps not at all in fact.) On Mon, Sep 25, 2017 at 2:35 PM, Stefan Richthofer <Ste...@gm... > wrote: > Also observed these errors and additionally I did not receive an email > notification from jython-checkins. > Not that I cared too much for the email notification (still nice to have), > but I suspect the issues could be > related. Or did you receive email notification for recent pushes? > > > *Gesendet:* Montag, 25. September 2017 um 22:20 Uhr > *Von:* "Jeff Allen" <ja...@fa...> > *An:* "Jython Developers" <jyt...@li...>, > inf...@py... > *Betreff:* [Jython-dev] Errors when pushing to hg.python.org/jython > > Just now got these error messages, actually 4 repeats, one for each change > set: > > PS jython-int> hg push > pushing to ssh://hg...@hg.../jython > searching for changes > remote: adding changesets > remote: adding manifests > remote: adding file changes > remote: added 4 changesets with 28 changes to 25 files > remote: Traceback (most recent call last): > remote: File "/srv/hg/repos/hooks/mail.py", line 166, in incoming > remote: return _incoming(ui, repo, **kwargs) > remote: File "/srv/hg/repos/hooks/mail.py", line 102, in _incoming > remote: diffstat = patch.diffstat(iterlines(diffchunks), width=60, > git=True) > remote: TypeError: diffstat() got an unexpected keyword argument 'git' > remote: error: incoming.notify hook raised an exception: diffstat() got an > unexpected keyword argument 'git' > remote: (run with --traceback for stack trace) > > ... and 3 more the same (from "remote: Traceback ..."). > > It seems to have worked (my change sets landed), but something's not right > at the PSF end. Any ideas? > > Jeff > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most engaging > tech sites, Slashdot.org! http://sdm.link/slashdot______ > _________________________________________ Jython-dev mailing list > Jyt...@li... https://lists.sourceforge.net/ > lists/listinfo/jython-dev > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > |