##// END OF EJS Templates
largefile: use sysstr to check for attribute presence in `getstatuswriter`...
marmoute -
r51782:3934d85c default
parent child Browse files
Show More
@@ -814,7 +814,7 b' def getstatuswriter(ui, repo, forcibly=N'
814 814 Otherwise, this returns the function to always write out (or
815 815 ignore if ``not forcibly``) status.
816 816 """
817 if forcibly is None and util.safehasattr(repo, b'_largefilesenabled'):
817 if forcibly is None and util.safehasattr(repo, '_largefilesenabled'):
818 818 return repo._lfstatuswriters[-1]
819 819 else:
820 820 if forcibly:
General Comments 0
You need to be logged in to leave comments. Login now