hgext/largefiles/reposetup.py
changeset 41759 aaad36b88298
parent 41676 0531dff73d0b
child 42926 34ed651ba7e4
--- a/hgext/largefiles/reposetup.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/hgext/largefiles/reposetup.py	Wed Feb 20 19:28:51 2019 -0500
@@ -174,8 +174,8 @@
                             if standin not in ctx1:
                                 # from second parent
                                 modified.append(lfile)
-                            elif lfutil.readasstandin(ctx1[standin]) \
-                                    != lfutil.hashfile(self.wjoin(lfile)):
+                            elif (lfutil.readasstandin(ctx1[standin])
+                                  != lfutil.hashfile(self.wjoin(lfile))):
                                 modified.append(lfile)
                             else:
                                 if listclean: