##// END OF EJS Templates
safehasattr: pass attribute name as string instead of bytes...
marmoute -
r51493:1d937e49 default
parent child Browse files
Show More
@@ -1127,7 +1127,7 b' class fullreposet(_spanset):'
1127 This boldly assumes the other contains valid revs only.
1127 This boldly assumes the other contains valid revs only.
1128 """
1128 """
1129 # other not a smartset, make is so
1129 # other not a smartset, make is so
1130 if not util.safehasattr(other, b'isascending'):
1130 if not util.safehasattr(other, 'isascending'):
1131 # filter out hidden revision
1131 # filter out hidden revision
1132 # (this boldly assumes all smartset are pure)
1132 # (this boldly assumes all smartset are pure)
1133 #
1133 #
General Comments 0
You need to be logged in to leave comments. Login now