Mercurial > public > mercurial-scm > hg
comparison tests/test-diff-binary-file @ 8167:6c82beaaa11a
tests: removed redundant "-d '0 0'" from test scripts
The tests are executed with a .hgrc file which adds "-d '0 0'" by
default.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 14:29:02 +0200 |
parents | 0934fef871f3 |
children |
comparison
equal
deleted
inserted
replaced
8166:56719b1aa6f4 | 8167:6c82beaaa11a |
---|---|
2 | 2 |
3 hg init a | 3 hg init a |
4 cd a | 4 cd a |
5 cp $TESTDIR/binfile.bin . | 5 cp $TESTDIR/binfile.bin . |
6 hg add binfile.bin | 6 hg add binfile.bin |
7 hg ci -m 'add binfile.bin' -d '0 0' | 7 hg ci -m 'add binfile.bin' |
8 | 8 |
9 echo >> binfile.bin | 9 echo >> binfile.bin |
10 hg ci -m 'change binfile.bin' -d '0 0' | 10 hg ci -m 'change binfile.bin' |
11 | 11 |
12 hg revert -r 0 binfile.bin | 12 hg revert -r 0 binfile.bin |
13 hg ci -m 'revert binfile.bin' -d '0 0' | 13 hg ci -m 'revert binfile.bin' |
14 | 14 |
15 echo % diff -r 0 -r 1 | 15 echo % diff -r 0 -r 1 |
16 hg diff --nodates -r 0 -r 1 | 16 hg diff --nodates -r 0 -r 1 |
17 | 17 |
18 echo % diff -r 0 -r 2 | 18 echo % diff -r 0 -r 2 |