Skip to content
Snippets Groups Projects
Commit e7b8cf35 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

fullreposet: detect smartset using "isascending" instead of "set"

The `.set()` function is going away.
parent ecd27fee
No related branches found
No related tags found
No related merge requests found
......@@ -2980,7 +2980,7 @@
This boldly assumes the other contains valid revs only.
"""
# other not a smartset, make is so
if not util.safehasattr(other, 'set'):
if not util.safehasattr(other, 'isascending'):
# filter out hidden revision
# (this boldly assumes all smartset are pure)
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment