diff hgext/largefiles/reposetup.py @ 16248:51e6f318bdf1

largefiles: fix check-code errors.
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 09 Mar 2012 17:11:07 +0100
parents d87d9d8a8e03
children e53c0b2d7b60
line wrap: on
line diff
--- 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.