##// END OF EJS Templates
bundle: when forcing acceptance of incoming delta also accept snapshot...
marmoute -
r50677:acdb9a15 default
parent child Browse files
Show More
@@ -684,6 +684,15 b' def _candidategroups('
684 684 yield None
685 685 return
686 686
687 if (
688 cachedelta is not None
689 and nullrev == cachedelta[0]
690 and cachedelta[2] == DELTA_BASE_REUSE_FORCE
691 ):
692 # instruction are to forcibly do a full snapshot
693 yield None
694 return
695
687 696 deltalength = revlog.length
688 697 deltaparent = revlog.deltaparent
689 698 sparse = revlog._sparserevlog
General Comments 0
You need to be logged in to leave comments. Login now