( )⚙ D994 hiddenoverride: work with scmutils.cleanupnodes

This is an archive of the discontinued Mercurial Phabricator instance.

hiddenoverride: work with scmutils.cleanupnodes
ClosedPublic

Authored by quark on Oct 9 2017, 8:22 PM.
Tags
None
Subscribers
None

Details

Reviewers
durham
Group Reviewers
Restricted Project
Commits
rFBHGX16b9beefc658: hiddenoverride: work with scmutils.cleanupnodes
Summary

Previously, hiddenoverride only unpins nodes when createmarkers gets called.
However, with scmutils.cleanupnodes, createmarkers will not get called when
the nodes are already obsoleted. This patch makes hiddenoverride check
cleanupnodes too to unpin nodes properly.

Diff Detail

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

Event Timeline

quark created this revision.Oct 9 2017, 8:22 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 9 2017, 8:22 PM
durham accepted this revision.Oct 31 2017, 12:22 PM
This revision is now accepted and ready to land.Oct 31 2017, 12:22 PM
This revision was automatically updated to reflect the committed changes.