hgext/largefiles/overrides.py
changeset 16248 51e6f318bdf1
parent 16247 d87d9d8a8e03
child 16439 290850e7aa43
--- a/hgext/largefiles/overrides.py	Fri Mar 09 16:11:52 2012 +0100
+++ b/hgext/largefiles/overrides.py	Fri Mar 09 17:11:07 2012 +0100
@@ -428,8 +428,8 @@
 
     try:
         try:
-            # When we call orig below it creates the standins but we don't add them
-            # to the dir state until later so lock during that time.
+            # When we call orig below it creates the standins but we don't add
+            # them to the dir state until later so lock during that time.
             wlock = repo.wlock()
 
             manifest = repo[None].manifest()