Mercurial > hg
comparison tests/test-diff-ignore-whitespace.t @ 38277:aaed058a0390
context: make workingctx.matches() filter our removed files (API)
It seems surprising that workingctx.matches() includes files that had
been removed in the working copy. The callers don't want that either
(besides the `hg locate` that was changed in the previous patch).
The only observable difference that I'm aware of is that `hg log -T
'wdir()' -r '{files(...)}'` will no longer include removed files (an
improvement, IMO). That matches `hg files` (but does not match the
deprecated `hg locate`).
Differential Revision: https://phab.mercurial-scm.org/D3711
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 11 Jun 2018 10:05:23 -0700 |
parents | da07367d683b |
children | 55c6ebd11cb9 |
comparison
equal
deleted
inserted
replaced
38276:fa4a286410a5 | 38277:aaed058a0390 |
---|