status to only show parent dir of many unknown files

Harvey Chapman hchapman-hg at 3gfp.com
Thu Feb 19 22:09:01 UTC 2015


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



More information about the Mercurial mailing list