equal
deleted
inserted
replaced
2 # Copyright 2010-2011 Unity Technologies |
2 # Copyright 2010-2011 Unity Technologies |
3 # |
3 # |
4 # This software may be used and distributed according to the terms of the |
4 # This software may be used and distributed according to the terms of the |
5 # GNU General Public License version 2 or any later version. |
5 # GNU General Public License version 2 or any later version. |
6 |
6 |
7 '''remote largefile store; the base class for servestore''' |
7 '''remote largefile store; the base class for wirestore''' |
8 |
8 |
9 import urllib2 |
9 import urllib2 |
10 |
10 |
11 from mercurial import util |
11 from mercurial import util |
12 from mercurial.i18n import _ |
12 from mercurial.i18n import _ |