This is an archive of the discontinued Mercurial Phabricator instance.

test-pushrebase: add a test case about modifying copy source
ClosedPublic

Authored by quark on Oct 17 2017, 6:12 PM.
Tags
None
Subscribers

Details

Summary

This is what happened to D1048 and D1050. Pushrebase should ideally check
the copy source in additional to modified files and block the push.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Oct 17 2017, 6:12 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 17 2017, 6:12 PM
mbthomas accepted this revision.
mbthomas added a subscriber: mbthomas.

Test is fine, although lints complains about missing (glob) on line 934.

I've written a fix in D1199.

This revision is now accepted and ready to land.Oct 20 2017, 6:12 AM
quark added a comment.Oct 20 2017, 8:58 PM

Test is fine, although lints complains about missing (glob) on line 934.
I've written a fix in D1199.

Thanks! I have also fixed it before pushing.

This revision was automatically updated to reflect the committed changes.