D7415: procutil: move datapath logic to procutil()

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Nov 14 23:01:30 EST 2019


indygreg added a comment.
indygreg added a subscriber: mharbison72.
indygreg planned changes to this revision.


  This is an old series I had authored a few months back as part of preliminary PyOxidizer porting. It demonstrates an alternate approach to loading files with the resources API. Essentially, I was trying to abstract the resources API so that in the future once we are Python 3.7+ native we could use `importlib.resources` directly and perform all resources I/O using a resources abstraction.
  
  This series is in desperate need of a rebase.
  
  Please take a look @mharbison72 and consider taking ownership of these patches under your own name.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7415/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7415

To: indygreg, #hg-reviewers
Cc: mharbison72, mercurial-devel


More information about the Mercurial-devel mailing list