We seems for be be able to reference all possible status but "missing()".
deleted()?
Status help says: The codes used to show the status of files are: M = modified A = added R = removed C = clean ! = missing (deleted by non-hg command, but still tracked) ? = not tracked I = ignored = origin of the previous file (with --copies) Returns 0 on success. However, flag says: -d --deleted show only deleted (but tracked) files (because -m is modified). revset use 'deleted'. color use 'missing' I think we should get more consistent here (using missing?) have alias for revset/template and having any exception strongly mentionning the canonical name.
Fixed by https://selenic.com/repo/hg/rev/ceef5fb14872 liscju <piotr.listkiewicz@gmail.com> fileset: add missing() predicate (issue4925) Help of status cmd defines status file of 'missing', what is called in fileset 'deleted'. To stay consistent this patch introduces missing() predicate which in fact is alias to 'deleted'. (please test the fix)
Bug was set to TESTING for 7 days, resolving