diff hgext/largefiles/lfcommands.py @ 17299:e51d4aedace9 stable

check-code: indent 4 spaces in py files
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Jul 2012 03:30:42 +0200
parents 88ff28bcd980
children e7cfe3587ea4 1572fd8af69d
line wrap: on
line diff
--- a/hgext/largefiles/lfcommands.py	Sat Jul 28 13:33:06 2012 +0200
+++ b/hgext/largefiles/lfcommands.py	Tue Jul 31 03:30:42 2012 +0200
@@ -121,7 +121,7 @@
             shutil.rmtree(rdst.root)
 
 def _addchangeset(ui, rsrc, rdst, ctx, revmap):
- # Convert src parents to dst parents
+    # Convert src parents to dst parents
     parents = _convertparents(ctx, revmap)
 
     # Generate list of changed files
@@ -506,7 +506,7 @@
         # because otherwise the largefile will get reverted.  But for commit's
         # sake, we have to mark the file as unclean.
         if getattr(repo, "_isrebasing", False):
-           lfdirstate.normallookup(lfile)
+            lfdirstate.normallookup(lfile)
         else:
             lfdirstate.normal(lfile)
     elif state == 'r':