Skip to content

Commit

Permalink
isl-server: update PLAINEXCEPT to bypass sniff limitation
Browse files Browse the repository at this point in the history
Summary: See the previous diff D54221105 for context.

Reviewed By: evangrayk

Differential Revision: D54221104

fbshipit-source-id: b012e81f54302427eceda1e2e34f300f07793479
  • Loading branch information
quark-zju authored and facebook-github-bot committed Feb 29, 2024
1 parent d8cff2e commit ab2a14c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/isl-server/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ export function getExecParams(
SL_ENCODING: 'UTF-8',
// override any custom aliases a user has defined.
SL_AUTOMATION: 'true',
SL_AUTOMATION_EXCEPT: 'phrevset', // allow looking up diff numbers even in plain mode
// allow looking up diff numbers even in plain mode.
// allow constructing the `.git/sl` repo regardless of the identity.
SL_AUTOMATION_EXCEPT: 'phrevset,sniff',
// Prevent user-specified merge tools from attempting to
// open interactive editors.
HGMERGE: ':merge3',
Expand Down

0 comments on commit ab2a14c

Please sign in to comment.