( )⚙ D6570 rebase: fix in-memory rebasing of copy of empty file

This is an archive of the discontinued Mercurial Phabricator instance.

rebase: fix in-memory rebasing of copy of empty file
ClosedPublic

Authored by martinvonz on Jun 24 2019, 7:11 PM.

Details

Summary

Classic Python mistake of unintentionally treating None and empty
string the same.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Jun 24 2019, 7:11 PM
pulkit accepted this revision.Jun 27 2019, 11:47 AM
This revision is now accepted and ready to land.Jun 27 2019, 11:47 AM
This revision was automatically updated to reflect the committed changes.