log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view es/examples/mq.tools @ 801:fcddc33b6e4d
find changesets by author, revision, files, or words in the commit message
Wording.
author
Giulio@puck
date
Fri Aug 14 16:10:54 2009 +0200 (2009-08-14)
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