Mercurial > hg
changeset 44275:66dab0d9a78e
tests: add test showing that repo filter is calculated for `hg st --copies`
Differential Revision: https://phab.mercurial-scm.org/D8070
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 04 Feb 2020 10:14:44 -0800 |
parents | 87167caa2989 |
children | 30862e226339 |
files | tests/test-repo-filters-tiptoe.t |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-repo-filters-tiptoe.t Tue Jan 21 11:40:15 2020 -0500 +++ b/tests/test-repo-filters-tiptoe.t Tue Feb 04 10:14:44 2020 -0800 @@ -67,6 +67,13 @@ R a ! b + $ hg status --copies + debug.filters: computing revision filter for "visible" + M c + A d + R a + ! b + Getting data about the working copy parent $ hg log -r '.' -T "{node}\n{date}\n"