@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Provide TERM=dumb for Mercurial commit hooks

Summary: Fixes T7119.

Test Plan: Will make someone test.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: cspeckmim, epriestley

Maniphest Tasks: T7119

Differential Revision: https://secure.phabricator.com/D12182

+2 -2
+2 -2
src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
··· 493 493 494 494 // This hook handles normal pushes. 495 495 $data[] = csprintf( 496 - 'pretxnchangegroup.phabricator = %s %s %s', 496 + 'pretxnchangegroup.phabricator = TERM=dumb %s %s %s', 497 497 $bin, 498 498 $identifier, 499 499 'pretxnchangegroup'); 500 500 501 501 // This one handles creating bookmarks. 502 502 $data[] = csprintf( 503 - 'prepushkey.phabricator = %s %s %s', 503 + 'prepushkey.phabricator = TERM=dumb %s %s %s', 504 504 $bin, 505 505 $identifier, 506 506 'prepushkey');