Skip to content

Commit

Permalink
Use binaries=True for git
Browse files Browse the repository at this point in the history
Feature will be introduced by https://reviews.reviewboard.org/r/14025/
  • Loading branch information
misery committed Aug 9, 2024
1 parent f6fcf31 commit c98e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mercurial_git_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def diff(self, rev1, rev2, base, request_id):
if revisions['base'] != base and base is not None:
revisions['parent_base'] = base

info = self.tool.diff(revisions=revisions)
info = self.tool.diff(revisions=revisions, binaries=True)
return BaseDiffer.DiffContent(request_id,
info['diff'],
info['base_commit_id'],
Expand Down

0 comments on commit c98e5fd

Please sign in to comment.