add rule to check for incoming changesets

master
melvin 2013-12-15 14:27:02 +08:00
parent 2432fbb194
commit 15cd88c116
1 changed files with 3 additions and 0 deletions

View File

@ -658,3 +658,6 @@ src/magic/MurmurHash3.java:
mtgimage:
grep mtgimage -L `grep token= -L release/Magarena/scripts/*.txt` | parallel awk -f scripts/set_image.awk {} '>' {.}.img
ls -1 release/Magarena/scripts/*.img | parallel mv {} {.}.txt
incoming:
grep -o https.* .hg/hgrc | tail -n+2 | parallel hg incoming {}