branch | stable |
changeset 12795 | 3cb0559e44d0 |
parent 12793 | 469850088fc1 |
parent 12794 | 6bf8d48bec8e |
child 12796 | bc69ba99e34b |
--- a/tests/test-issue842 Wed Oct 20 23:39:48 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#!/bin/sh - -hg init test -cd test -echo foo > a -hg ci -Ama - -hg up -r0000 -echo bar > a -echo % should issue warning -hg ci -Amb - -hg up -r0000 -echo stuffy > a -echo % should not issue warning -hg ci -q -Amc - -hg up -r0000 -echo crap > a -hg branch testing -echo % should not issue warning -hg ci -q -Amd