Mercurial > evolve
comparison tests/test-obsolete.t @ 5755:08c30eef85d3 mercurial-5.6
tests: back out changeset d0f73113fcc0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 28 Jan 2021 18:57:49 +0800 |
parents | 8e4f6354b316 |
children | 669270305ccb c0921b5277a0 |
comparison
equal
deleted
inserted
replaced
5754:03410b04cf10 | 5755:08c30eef85d3 |
---|---|
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 |