Kiln » largefiles » Unity
Clone URL:  

wirestore: actually import lfutil

Changeset 1aa8682c760c

Parent e9ef9b19296a

by Profile picture of User 521Andrew Pritchard <andrewp@fogcreek.com>

Changes to one file · Browse files at 1aa8682c760c Showing diff from parent e9ef9b19296a Diff from another changeset...

Change 1 of 1 Show Entire File wirestore.py Stacked
 
5
6
7
 
8
9
10
 
5
6
7
8
9
10
11
@@ -5,6 +5,7 @@
   '''largefile store working over mercurial's wire protocol'''   +import lfutil  import remotestore    class wirestore(remotestore.remotestore):