hgext/largefiles/lfcommands.py
changeset 15253 67d010779907
parent 15252 6e809bb4f969
child 15254 dd03d3a9f888
--- a/hgext/largefiles/lfcommands.py	Wed Oct 12 20:59:27 2011 -0400
+++ b/hgext/largefiles/lfcommands.py	Thu Oct 13 20:24:29 2011 -0400
@@ -345,8 +345,8 @@
                     total=len(files))
         source = lfutil.findfile(rsrc, hash)
         if not source:
-            raise util.Abort(_('Missing largefile %s needs to be uploaded')
-                             % hash)
+            raise util.Abort(_('largefile %s missing from store'
+                               ' (needs to be uploaded)') % hash)
         # XXX check for errors here
         store.put(source, hash)
         at += 1