Skip to content
Snippets Groups Projects
Commit d07834e5 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

test-obsolete: validate that bundle is not affected by issue3788

Bundle might have been affected by the same kind of error than pull (issue3788).
Testing show it is not the case.
parent 4d9f7dd2
No related branches found
No related tags found
No related merge requests found
......@@ -73,3 +73,15 @@
adding file changes
added 1 changesets with 0 changes to 1 files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)
check that bundle is not affected
$ hg bundle --hidden --rev f89bcc95eba5 --base "f89bcc95eba5^" ../f89bcc95eba5.hg
1 changesets found
$ hg --hidden --config extensions.mq= strip --no-backup f89bcc95eba5
$ hg unbundle ../f89bcc95eba5.hg
adding changesets
adding manifests
adding file changes
added 1 changesets with 0 changes to 1 files (+1 heads)
(run 'hg heads' to see heads)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment