diff src/com/tmate/hgkit/ll/HgManifest.java @ 24:d4fdd1845b3f

Nodeid with array of exactly 20 bytes
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 06 Jan 2011 04:42:15 +0100
parents e929cecae4e1
children b2251b7a9823
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/HgManifest.java	Thu Jan 06 03:30:43 2011 +0100
+++ b/src/com/tmate/hgkit/ll/HgManifest.java	Thu Jan 06 04:42:15 2011 +0100
@@ -22,7 +22,7 @@
 				if (!gtg) {
 					return;
 				}
-				gtg = gtg && inspector.begin(revisionNumber, new Nodeid(nodeid));
+				gtg = gtg && inspector.begin(revisionNumber, new Nodeid(nodeid.clone()));
 				int i;
 				String fname = null;
 				String flags = null;