This is an archive of the discontinued Mercurial Phabricator instance.

copytrace: handle modification of config from disablecopytrace to copytrace
ClosedPublic

Authored by singhsrb on Sep 8 2017, 8:22 PM.
Tags
None
Subscribers

Details

Summary

In mercurial core, the config for disabling copytrace was changed from
disablecopytrace (boolean) to copytrace which can be on or off. As a result of
this change, there were some breaks which need to be modified to work with the
new config. This commit acheives the same.

Test Plan

Ran all the tests.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

singhsrb created this revision.Sep 8 2017, 8:22 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptSep 8 2017, 8:22 PM
singhsrb retitled this revision from copytrace: fix tests after modification of disablecopytrace to copytrace to copytrace: handle modification of config from disablecopytrace to copytrace.Sep 8 2017, 8:26 PM
quark accepted this revision.Sep 8 2017, 9:42 PM
quark added a subscriber: quark.

Thanks!

This revision is now accepted and ready to land.Sep 8 2017, 9:42 PM
pulkit accepted this revision.Sep 9 2017, 1:06 PM
durham accepted this revision.Sep 11 2017, 12:01 PM
This revision was automatically updated to reflect the committed changes.