diff tests/test-bundle.t @ 40433:808b762679cd

changegroup: add a option to create bundle with full snapshot only This is easy to implement now and can be useful for benchmarking.
author Boris Feld <boris.feld@octobus.net>
date Thu, 18 Oct 2018 12:31:06 +0200
parents 968dd7e02ac5
children d5622dfe4ba3
line wrap: on
line diff
--- a/tests/test-bundle.t	Wed Oct 10 00:21:02 2018 +0200
+++ b/tests/test-bundle.t	Thu Oct 18 12:31:06 2018 +0200
@@ -905,3 +905,7 @@
 
   $ hg bundle -a --config devel.bundle.delta=p1 ./slim.hg
   3 changesets found
+
+Test the option that create and no-delta's bundle
+  $ hg bundle -a --config devel.bundle.delta=full ./full.hg
+  3 changesets found