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.
This commit is contained in:
Pierre-Yves David 2013-01-29 15:25:33 +01:00
parent d3771a5324
commit b88b8cae5d

View File

@ -73,3 +73,15 @@ marker to obsolete him)
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)