hgext3rd/evolve/obscache.py
changeset 3409 740e1267be6f
parent 3408 f4ea9652661d
child 3504 5dc34b857114
child 3507 c0b6a95b94b9
--- a/hgext3rd/evolve/obscache.py	Tue Jan 16 02:21:44 2018 +0100
+++ b/hgext3rd/evolve/obscache.py	Tue Jan 16 03:34:31 2018 +0100
@@ -98,7 +98,7 @@
 
     return obsstore
 
-if obsolete._fm0readmarkers.__code__.co_argcount > 1:
+if obsolete._fm0readmarkers.__code__.co_argcount > 2:
     # hg-4.3+ has the "offset" parameter, and _fm?readmarkers also have an
     # extra "stop" parameter
     # Note that _readmarkers is wrapped by @util.nogc, so its co_argcount is