comparison mercurial/chgserver.py @ 39463:7fea205fd5dc

merge: move purge logic from extension Working directory purging feels like functionality that should be in core rather than in an extension. This commit effectively moves the core purging logic from the purge extension to merge.py. Code was refactored slightly. Rather than deal with printing in this function, the function is a generator of paths and the caller can worry about printing. Differential Revision: https://phab.mercurial-scm.org/D4477
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 06 Sep 2018 18:30:12 -0700
parents a8a902d7176e
children a93fe297dfb3 1b9be0b26511
comparison
equal deleted inserted replaced
39462:e5449ff273d6 39463:7fea205fd5dc