tests/test-push-warn.out
changeset 10354 844d83da2da9
parent 9954 d6a307719ccb
child 10371 eacfff116e17
--- a/tests/test-push-warn.out	Sun Feb 07 00:43:22 2010 +0100
+++ b/tests/test-push-warn.out	Sun Feb 07 00:43:24 2010 +0100
@@ -84,8 +84,24 @@
 % push on existing branch and new branch
 pushing to ../f
 searching for changes
-abort: push creates new remote branch 'c'!
-(did you forget to merge? use push -f to force)
+abort: push creates new remote branches: 'c'!
+(use 'hg push -f' to force)
+1
+pushing to ../f
+searching for changes
+abort: push creates new remote branches: 'c'!
+(use 'hg push -f' to force)
+1
+% multiple new branches
+pushing to ../f
+searching for changes
+abort: push creates new remote branches: 'c', 'd'!
+(use 'hg push -f' to force)
+1
+pushing to ../f
+searching for changes
+abort: push creates new remote branches: 'd'!
+(use 'hg push -f' to force)
 1
 % fail on multiple head push
 pushing to ../f