[Webkit-unassigned] [Bug 28603] bugzilla-tool commit-queue needs to delete files from failed patches (like git clean -f would)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 08:00:55 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=28603





--- Comment #10 from Kenneth Russell <kbr at google.com>  2010-01-04 08:00:54 PST ---
Would this do it?

svn status | grep ^\? | awk '{print $2}' | xargs rm -rf

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list