hgext/largefiles/lfutil.py
changeset 29420 e5c91dc909f7
parent 29419 01c0324acfec
child 29644 ce4ac5d19cb8
--- a/hgext/largefiles/lfutil.py	Fri Jun 24 09:08:16 2016 +0200
+++ b/hgext/largefiles/lfutil.py	Mon Jun 27 10:33:33 2016 +0200
@@ -31,7 +31,6 @@
 shortnameslash = shortname + '/'
 longname = 'largefiles'
 
-
 # -- Private worker functions ------------------------------------------
 
 def getminsize(ui, assumelfiles, opt, default=10):
@@ -260,7 +259,6 @@
             realfile = splitstandin(filename)
             copytostore(repo, ctx.node(), realfile)
 
-
 def copytostoreabsolute(repo, file, hash):
     if inusercache(repo.ui, hash):
         link(usercachepath(repo.ui, hash), storepath(repo, hash))