##// END OF EJS Templates
merge with stable
Matt Mackall -
r26409:19d946cf merge default
parent child Browse files
Show More
@@ -434,7 +434,7 b' class localrepository(object):'
434 434 heads.append(n)
435 435 return heads
436 436
437 # _phaserevs and _phasesets depend on changelog. what wee need is to
437 # _phaserevs and _phasesets depend on changelog. what we need is to
438 438 # call _phasecache.invalidate() if '00changelog.i' was changed, but it
439 439 # can't be easily expressed in filecache mechanism.
440 440 @storecache('phaseroots', '00changelog.i')
General Comments 0
You need to be logged in to leave comments. Login now