Submitter | phabricator |
---|---|
Date | March 13, 2021, 7:34 p.m. |
Message ID | <differential-rev-PHID-DREV-eg3edavip7ho2px2prhq-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48527/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/obsutil.py b/mercurial/obsutil.py --- a/mercurial/obsutil.py +++ b/mercurial/obsutil.py @@ -782,7 +782,7 @@ # closestsuccessors returns an empty list for pruned revisions, remap it # into a list containing an empty list for future processing if ssets == []: - ssets = [[]] + ssets = [_succs()] # Try to recover pruned markers succsmap = repo.obsstore.successors