mercurial - How can I make `hg status` to show only the files that `hg diff` show -
there more number of files gets printed out hg status
because shows files changes, including permissions. hg diff
on other hand, ignores permissions. if want have workflow permission on source tree ignored, kind of configuration need?
i haven't seen evidence inquire possible. question duplicate of this one 2011, suggests obvious work-around: add together commit hook normalize permissions of files, don't alter when don't expect them to. whether that's useful depends on why need prepare in first place.
mercurial
No comments:
Post a Comment