D1057: use arbitraryfilectx for backups
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Sat Oct 14 04:53:06 UTC 2017
durin42 requested changes to this revision.
durin42 added a comment.
This revision now requires changes to proceed.
(Feel free to push back with a TODO documenting how to do a fix or something.)
INLINE COMMENTS
> filemerge.py:604
> return None
> -
> + from . import context
> a = _workingpath(repo, fcd)
Well that's a bummer. Could we move context.*filectx* into mercurial.filecontext and then avoid the need for this function-level import?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D1057
To: phillco, #hg-reviewers, durin42
Cc: durin42, mercurial-devel
More information about the Mercurial-devel
mailing list