diff -r 15d3facfa40a -r aaad36b88298 hgext/largefiles/reposetup.py --- 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: