forked from mirrors/gecko-dev
The doc string for the "working_directory_clean" function states: > By default, untracked and ignored files are not considered. But the git implementation for this function used to run: git status --porcelain Which *does* consider untracked files by default. Instead, we need to run: git status --porcelain --untracked-files=no Differential Revision: https://phabricator.services.mozilla.com/D2134 --HG-- extra : moz-landing-system : lando |
||
|---|---|---|
| .. | ||
| mozversioncontrol | ||
| test | ||
| setup.py | ||