[PATCH 0 of 5] Isolate patching dirstate access into a class

Patrick Mezard pmezard at gmail.com
Wed May 18 15:57:13 CDT 2011


The previous series added a fsbackend object performing all filesystem access
and modifications. This one adds a second "workingbackend" layer to perform all
dirstate access and modifications. This task used to be performed by
_updatedir() which is being merged into _applydiff() in the process.


More information about the Mercurial-devel mailing list