Skip to content

compat: implement changing_parents context manager

Anton Shestakov requested to merge topic/default/parents-change into branch/default

It combines the compatibility layer for the recently renamed changing_parents (was parentchange) on dirstate class with quick_access* handling code into one context manager, which should be slightly more pleasant to use.

Merge request reports