# HG changeset patch # User Anton Shestakov # Date 2023-01-08 12:19:10 # Node ID 3cbd0e919165f7bdb68aec6feb2c93533b4fa0b7 # Parent d2e80d27c52418f5f1f23662386ec9a3de6e4846 tests: test hg status --all with hgext/git There's a TODO item in git/dirstate.py about obtaining clean files in a more straightforward way, let's first test that status can and does show clean files at all. diff --git a/tests/test-git-interop.t b/tests/test-git-interop.t --- a/tests/test-git-interop.t +++ b/tests/test-git-interop.t @@ -142,6 +142,12 @@ diff even works transparently in both sy alpha +blah +status --all shows all files, including clean: + $ hg status --all + M alpha + ? gamma + C beta + Remove a file, it shows as such: $ rm alpha $ hg status