largefiles: remove additional blank lines

It does not conform to the coding style.
This commit is contained in:
liscju 2016-06-27 10:33:33 +02:00
parent a37f11d3d7
commit 36f41df99d
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ shortname = '.hglf'
shortnameslash = shortname + '/'
longname = 'largefiles'
# -- Private worker functions ------------------------------------------
def getminsize(ui, assumelfiles, opt, default=10):
@ -260,7 +259,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))

View File

@ -546,7 +546,6 @@ def mergerecordupdates(orig, repo, actions, branchmerge):
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,