comparison tests/test-push-warn @ 3925:27230c29bfec 0.9.3

fix calculation of new heads added during push with -r fix issue450
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sun, 17 Dec 2006 05:00:22 +0100
parents 2aef481ac73c
children
comparison
equal deleted inserted replaced
3918:5f0e00224cde 3925:27230c29bfec
52 hg push -r 3 ../c; echo $? 52 hg push -r 3 ../c; echo $?
53 hg push -r 3 -r 4 ../c; echo $? 53 hg push -r 3 -r 4 ../c; echo $?
54 hg push -f -r 3 -r 4 ../c; echo $? 54 hg push -f -r 3 -r 4 ../c; echo $?
55 hg push -r 5 ../c; echo $? 55 hg push -r 5 ../c; echo $?
56 56
57 # issue 450
58 hg init ../e
59 hg push -r 0 ../e ; echo $?
60 hg push -r 1 ../e ; echo $?
61
57 exit 0 62 exit 0