##// END OF EJS Templates
annotate: discard refcount of discarded annotation for memory efficiency...
FUJIWARA Katsunori -
r19061:36067f5b default
parent child Browse files
Show More
@@ -713,6 +713,7 b' class filectx(object):'
713 curr = pair(hist[p], curr)
713 curr = pair(hist[p], curr)
714 if needed[p] == 1:
714 if needed[p] == 1:
715 del hist[p]
715 del hist[p]
716 del needed[p]
716 else:
717 else:
717 needed[p] -= 1
718 needed[p] -= 1
718
719
General Comments 0
You need to be logged in to leave comments. Login now