Show More
@@ -814,7 +814,7 b' def getstatuswriter(ui, repo, forcibly=N' | |||||
814 | Otherwise, this returns the function to always write out (or |
|
814 | Otherwise, this returns the function to always write out (or | |
815 | ignore if ``not forcibly``) status. |
|
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 | return repo._lfstatuswriters[-1] |
|
818 | return repo._lfstatuswriters[-1] | |
819 | else: |
|
819 | else: | |
820 | if forcibly: |
|
820 | if forcibly: |
General Comments 0
You need to be logged in to leave comments.
Login now