##// 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 713 curr = pair(hist[p], curr)
714 714 if needed[p] == 1:
715 715 del hist[p]
716 del needed[p]
716 717 else:
717 718 needed[p] -= 1
718 719
General Comments 0
You need to be logged in to leave comments. Login now