added rule to find common actions

master
melvin 2013-10-15 17:57:55 +08:00
parent 8afbe131b3
commit 3ae4268c04
1 changed files with 3 additions and 0 deletions

View File

@ -622,3 +622,6 @@ normalize_files:
untracked:
hg stat | sed 's/^. //;s/.*/"&"/' | xargs ls -ltr
common_actions:
grep -ho "Magic[A-Za-z]*Action" -r release/Magarena/scripts | sort | uniq -c | sort -n