hgbook
annotate es/examples/mq.tools @ 461:67d34d8b6ba0
translated up to the "writing an in-process hook" section
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Tue Dec 23 12:57:21 2008 -0500 (2008-12-23) |
parents | |
children |
rev | line source |
---|---|
igor@333 | 1 #!/bin/bash |
igor@333 | 2 |
igor@333 | 3 cp $EXAMPLE_DIR/data/remove-redundant-null-checks.patch . |
igor@333 | 4 |
igor@333 | 5 #$ name: tools |
igor@333 | 6 diffstat -p1 remove-redundant-null-checks.patch |
igor@333 | 7 |
igor@333 | 8 filterdiff -i '*/video/*' remove-redundant-null-checks.patch |
igor@333 | 9 |
igor@333 | 10 #$ name: lsdiff |
igor@333 | 11 lsdiff -nvv remove-redundant-null-checks.patch |