Mercurial > hg
view tests/test-diff-reverse @ 11306:deaeb2d84d8a stable
fix encoding bug in 05ac42e56452
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Tue, 08 Jun 2010 13:19:22 +0200 |
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