From: Jeff A. <ja...@fa...> - 2017-09-25 20:20:16
|
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 |