mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10:55 +01:00
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
This commit is contained in:
parent
62bf561309
commit
c8529787f3
1 changed files with 2 additions and 2 deletions
|
@ -493,14 +493,14 @@ final class PhabricatorRepositoryPullEngine
|
|||
|
||||
// This hook handles normal pushes.
|
||||
$data[] = csprintf(
|
||||
'pretxnchangegroup.phabricator = %s %s %s',
|
||||
'pretxnchangegroup.phabricator = TERM=dumb %s %s %s',
|
||||
$bin,
|
||||
$identifier,
|
||||
'pretxnchangegroup');
|
||||
|
||||
// This one handles creating bookmarks.
|
||||
$data[] = csprintf(
|
||||
'prepushkey.phabricator = %s %s %s',
|
||||
'prepushkey.phabricator = TERM=dumb %s %s %s',
|
||||
$bin,
|
||||
$identifier,
|
||||
'prepushkey');
|
||||
|
|
Loading…
Reference in a new issue