D4478: merge: use vfs methods for I/O

2018-09-07 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3dd34b401bc2: merge: use vfs methods for I/O (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4478?vs=10826=10828 REVISION

D4478: merge: use vfs methods for I/O

2018-09-06 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 10826. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4478?vs=10776=10826 REVISION DETAIL https://phab.mercurial-scm.org/D4478 AFFECTED FILES mercurial/merge.py mercurial/vfs.py CHANGE DETAILS diff --git

D4478: merge: use vfs methods for I/O

2018-09-04 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY All I/O is supposed to be performed via vfs instances so filesystems can be abstracted. The previous commit ported the old code in purge, which didn't go