Is there a way to get the status command to only show a new, unknown parent directory and not all of the unknown children? Example: $ hg status ? new_dir/a ? new_dir/b ? new_dir/c ? new_dir/d What I want: $ hg status ? new_dir or ? new_dir/⦠Thanks, Harvey