Show More
@@ -782,7 +782,7 b' def successorsandmarkers(repo, ctx):' | |||||
782 | # closestsuccessors returns an empty list for pruned revisions, remap it |
|
782 | # closestsuccessors returns an empty list for pruned revisions, remap it | |
783 | # into a list containing an empty list for future processing |
|
783 | # into a list containing an empty list for future processing | |
784 | if ssets == []: |
|
784 | if ssets == []: | |
785 |
ssets = [ |
|
785 | ssets = [_succs()] | |
786 |
|
786 | |||
787 | # Try to recover pruned markers |
|
787 | # Try to recover pruned markers | |
788 | succsmap = repo.obsstore.successors |
|
788 | succsmap = repo.obsstore.successors |
General Comments 0
You need to be logged in to leave comments.
Login now