Return the status (see FileStatus) of the given path.
(self, path)
| 780 | fp, GL_STATUS_UNTRACKED, True, exists_in_wd, True, False) |
| 781 | |
| 782 | def status_file(self, path): |
| 783 | """Return the status (see FileStatus) of the given path.""" |
| 784 | return self._status_file(path)[0] |
| 785 | |
| 786 | def _status_file(self, path): |
| 787 | _check_path_is_repo_relative(path) |