This is an archive of the discontinued Mercurial Phabricator instance.

diffstat: support filenames with whitespaces on renames
ClosedPublic

Authored by navaneeth.suresh on Jan 26 2019, 3:26 AM.

Details

Summary

This is a follow-up patch to D5628. line.split() cannot get filenames with
whitespaces as mentioned by @yuja. This patch replaces split() method with
slice. Corresponding tests were also added.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

This revision was automatically updated to reflect the committed changes.