Mercurial > hg
view tests/test-diff-reverse @ 10655:f63fb5c0cf67
shrink-revlog: add missing whitespace in expression
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 11 Mar 2010 23:44:12 +0100 |
parents | 24bc6e414610 |
children |
line wrap: on
line source
#!/bin/sh hg init cat > a <<EOF a b c EOF hg ci -Am adda cat > a <<EOF d e f EOF hg ci -m moda hg diff --reverse -r0 -r1 cat >> a <<EOF g h EOF hg diff --reverse --nodates