log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view es/examples/mq.tools @ 788:1bd3a2ecb828
find changesets by author, revision, files, or words in the commit message
Wording.
author
Giulio@puck
date
Tue Aug 11 19:02:09 2009 +0200 (2009-08-11)
parents
children
line source
1
#!/bin/bash
2
3
cp $EXAMPLE_DIR/data/remove-redundant-null-checks.patch .
4
5
#$ name: tools
6
diffstat -p1 remove-redundant-null-checks.patch
7
8
filterdiff -i '*/video/*' remove-redundant-null-checks.patch
9
10
#$ name: lsdiff
11
lsdiff -nvv remove-redundant-null-checks.patch