diff hgext/largefiles/localstore.py @ 16928:73b9286e667c

largefiles: lowercase messages
author Martin Geisler <mg@aragost.com>
date Tue, 12 Jun 2012 14:18:18 +0200
parents f26ed4ea46d8
children 5884812686f7
line wrap: on
line diff
--- a/hgext/largefiles/localstore.py	Tue Jun 12 14:18:18 2012 +0200
+++ b/hgext/largefiles/localstore.py	Tue Jun 12 14:18:18 2012 +0200
@@ -43,7 +43,7 @@
             path = lfutil.usercachepath(self.ui, hash)
         else:
             raise basestore.StoreError(filename, hash, '',
-                _("Can't get file locally"))
+                _("can't get file locally"))
         fd = open(path, 'rb')
         try:
             return lfutil.copyandhash(fd, tmpfile)