scm lscm show status reports all changes in a sandbox, not just those relative to where the command is issued
![]()
Is there a method for scm show status to only report changes relative to the current directory. Equivalent to
"git status .", or "hg status ." (note the dot/period in those commands). Currently it shows all changes in the sandbox, which is often too much information.
Also, show status prepends an arbitrary / before all files, as though they are absolute paths. I assume this is just a bug but figured I'd ask first if there was some reason for this. It makes using the output of show status more difficult.
|