Mercurial > hg
view tests/test-diff-reverse @ 11789:e2bce1c717fa
strip: support multiple revisions
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sat, 17 Jul 2010 00:47:06 +0900 |
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