diff --git a/src/difference/ArcanistDiffUtils.php b/src/difference/ArcanistDiffUtils.php --- a/src/difference/ArcanistDiffUtils.php +++ b/src/difference/ArcanistDiffUtils.php @@ -151,7 +151,7 @@ ->setReplaceCost(2) ->setMaximumLength($max) ->setSequences($ov, $nv) - ->setApplySmoothing(true) + ->setApplySmoothing(PhutilEditDistanceMatrix::SMOOTHING_INTERNAL) ->getEditString(); }