Hey Alex Went through https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing and tried to fix step by step a EasyFix labeled jira item by myself. Everything necessary is written in this page.. it's very useful.
There was only one thing.. I use git instead of svn so the command there could be one of the following: git status -s | grep "^ M" - modifed git status -s | grep "^M" - staged git status -s | grep "^MM" - staged & modifed After I paste the clipboard to the MustellaTestChooser UI I had to make sure every line starts with a M. cyrill On Mon, Nov 5, 2012 at 4:58 PM, Alex Harui <aha...@adobe.com> wrote: > Recently, Leif had some time to fix a bug and we started discussing the > “process”. I put my thoughts on the wiki. There’s also a link in there to > a list of supposedly easy-to-fix bugs that Peter, Carol and I went digging > for this morning. > > https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing > > Happy Bug Fixing! > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui >