//
// dump(is, -1); // simple dump, any cmd
writeBundle(is, false, "HG10GZ"); // cmd=changegroup
//writeBundle(is, true, "" or "HG10UN");
//
urlConnection.disconnect();
//
}
private static void dump(InputStream is, int limit) throws IOException {
int b;