[PATCH] largefiles: remove additional blank lines

liscju piotr.listkiewicz at gmail.com
Mon Jun 27 08:38:05 UTC 2016


# HG changeset patch
# User liscju <piotr.listkiewicz at gmail.com>
# Date 1467016413 -7200
#      Mon Jun 27 10:33:33 2016 +0200
# Node ID 3a2fc8c81b7ceff0941aaf6e2baf46ef2b0f79cb
# Parent  6d96658a22b0fc1eb210c99c5629dd69fedf3006
largefiles: remove additional blank lines

It does not conform to the coding style.

diff --git a/hgext/largefiles/lfutil.py b/hgext/largefiles/lfutil.py
--- a/hgext/largefiles/lfutil.py
+++ b/hgext/largefiles/lfutil.py
@@ -31,7 +31,6 @@ shortname = '.hglf'
 shortnameslash = shortname + '/'
 longname = 'largefiles'
 
-
 # -- Private worker functions ------------------------------------------
 
 def getminsize(ui, assumelfiles, opt, default=10):
@@ -261,7 +260,6 @@ def copyalltostore(repo, node):
             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))
diff --git a/hgext/largefiles/overrides.py b/hgext/largefiles/overrides.py
--- a/hgext/largefiles/overrides.py
+++ b/hgext/largefiles/overrides.py
@@ -546,7 +546,6 @@ def mergerecordupdates(orig, repo, actio
 
     return orig(repo, actions, branchmerge)
 
-
 # Override filemerge to prompt the user about how they wish to merge
 # largefiles. This will handle identical edits without prompting the user.
 def overridefilemerge(origfn, premerge, repo, mynode, orig, fcd, fco, fca,


More information about the Mercurial-devel mailing list