Mercurial > evolve
comparison tests/test-obsolete.t @ 5672:12c53d7122a7
tests: remove trailing "!" from abort messages
CORE-TEST-OUTPUT-UPDATE: 95c4cca641f6
CORE-TEST-OUTPUT-UPDATE: 50afeeeb7b79
CORE-TEST-OUTPUT-UPDATE: 122f0b59f5f0
CORE-TEST-OUTPUT-UPDATE: ca39c45014fa
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 02 Dec 2020 09:40:33 +0800 |
parents | e5d91fd1f319 |
children | 61d2f1cf90f0 |
comparison
equal
deleted
inserted
replaced
5671:8c5f2c37b911 | 5672:12c53d7122a7 |
---|---|
312 .. $ echo '[extensions]' > ../other-old/.hg/hgrc | 312 .. $ echo '[extensions]' > ../other-old/.hg/hgrc |
313 .. $ echo "obsolete=!$(echo $(dirname $TESTDIR))/obsolete.py" >> ../other-old/.hg/hgrc | 313 .. $ echo "obsolete=!$(echo $(dirname $TESTDIR))/obsolete.py" >> ../other-old/.hg/hgrc |
314 .. $ hg push ../other-old | 314 .. $ hg push ../other-old |
315 .. pushing to ../other-old | 315 .. pushing to ../other-old |
316 .. searching for changes | 316 .. searching for changes |
317 .. abort: push includes an unstable changeset: 909a0fb57e5d! | 317 .. abort: push includes an unstable changeset: 909a0fb57e5d |
318 .. (use 'hg evolve' to get a stable history or --force to ignore warnings) | 318 .. (use 'hg evolve' to get a stable history or --force to ignore warnings) |
319 .. [255] | 319 .. [255] |
320 .. $ hg push -f ../other-old | 320 .. $ hg push -f ../other-old |
321 .. pushing to ../other-old | 321 .. pushing to ../other-old |
322 .. searching for changes | 322 .. searching for changes |