diff -r ca8d2b73155d -r 571ba161f6be hgext/largefiles/lfutil.py --- a/hgext/largefiles/lfutil.py Wed Jan 27 10:24:25 2016 -0500 +++ b/hgext/largefiles/lfutil.py Sun Jan 24 00:10:19 2016 -0500 @@ -319,6 +319,8 @@ hash = hashfile(file) executable = getexecutable(file) writestandin(repo, standin, hash, executable) + else: + raise error.Abort(_('%s: file not found!') % splitstandin(standin)) def readstandin(repo, filename, node=None): '''read hex hash from standin for filename at given node, or working