diff -r e7cfe3587ea4 -r e95ec38f86b0 hgext/largefiles/remotestore.py --- a/hgext/largefiles/remotestore.py Wed Aug 15 22:38:42 2012 +0200 +++ b/hgext/largefiles/remotestore.py Wed Aug 15 22:39:18 2012 +0200 @@ -4,7 +4,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -'''remote largefile store; the base class for servestore''' +'''remote largefile store; the base class for wirestore''' import urllib2