hgext/largefiles/reposetup.py
changeset 16248 51e6f318bdf1
parent 16247 d87d9d8a8e03
child 16285 e53c0b2d7b60
--- a/hgext/largefiles/reposetup.py	Fri Mar 09 16:11:52 2012 +0100
+++ b/hgext/largefiles/reposetup.py	Fri Mar 09 17:11:07 2012 +0100
@@ -313,7 +313,8 @@
                     # removed/renamed)
                     for lfile in lfiles:
                         if lfile in modifiedfiles:
-                            if os.path.exists(self.wjoin(lfutil.standin(lfile))):
+                            if os.path.exists(
+                                    self.wjoin(lfutil.standin(lfile))):
                                 # this handles the case where a rebase is being
                                 # performed and the working copy is not updated
                                 # yet.