comparison tests/test-push-warn.out @ 10371:eacfff116e17

strip apostrophes from an error messages
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 07 Feb 2010 15:09:02 +0100
parents 844d83da2da9
children 65a90c8e11ee
comparison
equal deleted inserted replaced
10370:c050b7e4e778 10371:eacfff116e17
82 0 82 0
83 % issue 736 83 % issue 736
84 % push on existing branch and new branch 84 % push on existing branch and new branch
85 pushing to ../f 85 pushing to ../f
86 searching for changes 86 searching for changes
87 abort: push creates new remote branches: 'c'! 87 abort: push creates new remote branches: c!
88 (use 'hg push -f' to force) 88 (use 'hg push -f' to force)
89 1 89 1
90 pushing to ../f 90 pushing to ../f
91 searching for changes 91 searching for changes
92 abort: push creates new remote branches: 'c'! 92 abort: push creates new remote branches: c!
93 (use 'hg push -f' to force) 93 (use 'hg push -f' to force)
94 1 94 1
95 % multiple new branches 95 % multiple new branches
96 pushing to ../f 96 pushing to ../f
97 searching for changes 97 searching for changes
98 abort: push creates new remote branches: 'c', 'd'! 98 abort: push creates new remote branches: c, d!
99 (use 'hg push -f' to force) 99 (use 'hg push -f' to force)
100 1 100 1
101 pushing to ../f 101 pushing to ../f
102 searching for changes 102 searching for changes
103 abort: push creates new remote branches: 'd'! 103 abort: push creates new remote branches: d!
104 (use 'hg push -f' to force) 104 (use 'hg push -f' to force)
105 1 105 1
106 % fail on multiple head push 106 % fail on multiple head push
107 pushing to ../f 107 pushing to ../f
108 searching for changes 108 searching for changes