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, |
|
|
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