diff src/com/tmate/hgkit/ll/HgManifest.java @ 20:11cfabe692b3

Status operation for two repository revisions (no local dir involved)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 04 Jan 2011 02:08:25 +0100
parents 40532cdc92fc
children e929cecae4e1
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/HgManifest.java	Tue Jan 04 01:01:39 2011 +0100
+++ b/src/com/tmate/hgkit/ll/HgManifest.java	Tue Jan 04 02:08:25 2011 +0100
@@ -48,7 +48,6 @@
 							flags = new String(data, x + nodeidLen, i-x-nodeidLen);
 						}
 						gtg = gtg && inspector.next(nid, fname, flags);
-						
 					}
 					nid = null;
 					fname = flags = null;