( )⚙ D4388 manifest: don't go through revlog to access node symbols

This is an archive of the discontinued Mercurial Phabricator instance.

manifest: don't go through revlog to access node symbols
ClosedPublic

Authored by indygreg on Aug 27 2018, 12:00 PM.

Details

Summary

The revlog module re-exports some node.* symbols courtesy of
importing them. Let's access the node.* symbols via our local
import.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped