changeset 39916 | 1857f50a9643 |
parent 39480 | 89630d0b3e23 |
child 40346 | 943248e47864 |
--- a/tests/test-strip.t Wed Sep 26 22:05:28 2018 +0200 +++ b/tests/test-strip.t Wed Sep 26 21:28:21 2018 +0200 @@ -1246,7 +1246,7 @@ > node(b'D'): [node(b'D2')], > node(b'G'): [node(b'G2')]} > scmutil.cleanupnodes(repo, mapping, b'replace') - > scmutil.cleanupnodes(repo, nodes(b'((B::)+I+Z)-D2'), + > scmutil.cleanupnodes(repo, nodes(b'((B::)+I+Z)-D2-obsolete()'), > b'replace') > EOF $ hg testnodescleanup --config extensions.t=$TESTTMP/scmutilcleanup.py