hgext/absorb.py
changeset 43115 4aa72cdf616f
parent 43105 649d3ac37a12
child 43983 236cec445be2
--- a/hgext/absorb.py	Tue Oct 08 19:35:30 2019 -0700
+++ b/hgext/absorb.py	Sun Oct 06 20:17:41 2019 -0700
@@ -862,7 +862,7 @@
         # be slow. in absorb's case, no need to invalidate fsmonitorstate.
         noop = lambda: 0
         restore = noop
-        if util.safehasattr(dirstate, b'_fsmonitorstate'):
+        if util.safehasattr(dirstate, '_fsmonitorstate'):
             bak = dirstate._fsmonitorstate.invalidate
 
             def restore():