Lines Matching full:clean_working_directory
6932 WinEWS bot fails to svn update because scm.clean_working_directory leaves files around
6936 Git.clean_working_directory fully removes files that were
6937 marked as "add". SVN.clean_working_directory previously just
6940 SVN.clean_working_directory function more like
6941 Git.clean_working_directory by removing added files after revert.
6947 - Make SVN.clean_working_directory remove any added_files after svn revert.
30385 Make clean_working_directory cancel rebases too (even though that's a bit of a hack).