[PATCH 3 of 5] largefiles: remove a standin check that could never be true

Matt Harbison matt_harbison at yahoo.com
Tue Jun 19 23:45:31 CDT 2012


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1340073921 14400
# Node ID f4bc770430b15cdabf07676f5ae1d6611696aba2
# Parent  0588cf50d6e8b4c06d4263418ef3b1dcc87a2bf8
largefiles: remove a standin check that could never be true

diff --git a/hgext/largefiles/overrides.py b/hgext/largefiles/overrides.py
--- a/hgext/largefiles/overrides.py
+++ b/hgext/largefiles/overrides.py
@@ -818,8 +818,6 @@
     lfcommands.cachelfiles(ui, repo._repo, ctx.node())
 
     def write(name, mode, islink, getdata):
-        if lfutil.isstandin(name):
-            return
         data = getdata()
 
         archiver.addfile(prefix + repo._path + '/' + name, mode, islink, data)


More information about the Mercurial-devel mailing list