# HG changeset patch # User Pierre-Yves David # Date 1445301582 -7200 # Node ID 0879bf38ec84e4734289706f18b856acc59fbf31 # Parent 894f54d84d4a79c06b32db96ed2f329287b7e26c test: enforce bundle1 in "test-commit-interactive.t" This test generate a bundle to get a binary file to commit. We should ensure this binary file remains the same when we move to general delta as default. diff -r 894f54d84d4a -r 0879bf38ec84 tests/test-commit-interactive.t --- a/tests/test-commit-interactive.t Fri Nov 06 09:48:24 2015 -0800 +++ b/tests/test-commit-interactive.t Tue Oct 20 02:39:42 2015 +0200 @@ -153,7 +153,7 @@ Add binary file - $ hg bundle --base -2 tip.bundle + $ hg bundle --type v1 --base -2 tip.bundle 1 changesets found $ hg add tip.bundle $ hg commit -i -d '4 0' -m binary< y @@ -202,7 +202,7 @@ Rename and change binary file $ hg mv tip.bundle top.bundle - $ hg bundle --base -2 top.bundle + $ hg bundle --base -2 --type v1 top.bundle 1 changesets found $ hg commit -i -d '6 0' -m binary-change-rename< y