Mercurial > hg
view tests/test-diff-reverse @ 10908:816bac2f9452 stable
prepush: fix bug in warning message selection
In certain situations you would be told "you should pull and merge" even when
there is nothing to pull.
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Wed, 14 Apr 2010 19:11:35 +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