comparison src/com/tmate/hgkit/console/Incoming.java @ 33:565ce0835674

TODO added, to try stream for unzip in revlog
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 13 Jan 2011 03:42:14 +0100
parents 346b66add79d
children
comparison
equal deleted inserted replaced
32:42585c7cd641 33:565ce0835674
121 System.out.println("Erroneous to fetch:" + n); 121 System.out.println("Erroneous to fetch:" + n);
122 } else { 122 } else {
123 System.out.println(n); 123 System.out.println(n);
124 } 124 }
125 } 125 }
126
126 } 127 }
127 128
128 static final class RemoteBranch { 129 static final class RemoteBranch {
129 public Nodeid head, root, p1, p2; 130 public Nodeid head, root, p1, p2;
130 131