comparison tests/test-issue842 @ 6336:4b0c9c674707

warn about new heads on commit (issue842)
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 21 Mar 2008 11:06:02 +0100
parents
children cb93eee1fbcd
comparison
equal deleted inserted replaced
6335:e29557d687c9 6336:4b0c9c674707
1 hg init test
2 cd test
3 echo foo > a
4 hg ci -Ama
5
6 hg up -r0000
7 echo bar > a
8 echo % should issue warning
9 hg ci -Amb
10
11 hg up -r0000
12 echo stuffy > a
13 echo % should not issue warning
14 hg ci -q -Amc
15
16 hg up -r0000
17 echo crap > a
18 hg branch testing
19 echo % should not issue warning
20 hg ci -q -Amd