##// END OF EJS Templates
test: enforce generaldelta format with the right option...
Pierre-Yves David -
r26914:6839f2d4 default
parent child Browse files
Show More
@@ -971,7 +971,7 b' Shelve from general delta repo uses bund'
971
971
972 no general delta
972 no general delta
973
973
974 $ hg clone --pull repo bundle1 --config format.generaldelta=0
974 $ hg clone --pull repo bundle1 --config format.usegeneraldelta=0
975 requesting all changes
975 requesting all changes
976 adding changesets
976 adding changesets
977 adding manifests
977 adding manifests
@@ -991,7 +991,7 b' no general delta'
991
991
992 with general delta
992 with general delta
993
993
994 $ hg clone --pull repo bundle2 --config format.generaldelta=1
994 $ hg clone --pull repo bundle2 --config format.usegeneraldelta=1
995 requesting all changes
995 requesting all changes
996 adding changesets
996 adding changesets
997 adding manifests
997 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now