##// END OF EJS Templates
delta-find: assume the target-rev if not specified...
marmoute -
r51330:ca1522fe stable
parent child Browse files
Show More
@@ -684,6 +684,9 b' def _candidategroups('
684 yield None
684 yield None
685 return
685 return
686
686
687 if target_rev is None:
688 target_rev = len(revlog)
689
687 if (
690 if (
688 cachedelta is not None
691 cachedelta is not None
689 and nullrev == cachedelta[0]
692 and nullrev == cachedelta[0]
General Comments 0
You need to be logged in to leave comments. Login now