diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2748,7 +2748,7 @@ def status(ui, repo, *pats, **opts): A = added R = removed C = clean - ! = missing, but still tracked + ! = missing (deleted by non-hg command, but still tracked) ? = not tracked I = ignored = the previous added file was copied from here diff --git a/tests/test-help.out b/tests/test-help.out --- a/tests/test-help.out +++ b/tests/test-help.out @@ -269,7 +269,7 @@ show changed files in the working direct A = added R = removed C = clean - ! = missing, but still tracked + ! = missing (deleted by non-hg command, but still tracked) ? = not tracked I = ignored = the previous added file was copied from here