Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
19:40532cdc92fc | 20:11cfabe692b3 |
---|---|
46 // 'x' and 'l' for executable bits and symlinks? | 46 // 'x' and 'l' for executable bits and symlinks? |
47 // hg --debug manifest shows 644 for each regular file in my repo | 47 // hg --debug manifest shows 644 for each regular file in my repo |
48 flags = new String(data, x + nodeidLen, i-x-nodeidLen); | 48 flags = new String(data, x + nodeidLen, i-x-nodeidLen); |
49 } | 49 } |
50 gtg = gtg && inspector.next(nid, fname, flags); | 50 gtg = gtg && inspector.next(nid, fname, flags); |
51 | |
52 } | 51 } |
53 nid = null; | 52 nid = null; |
54 fname = flags = null; | 53 fname = flags = null; |
55 } | 54 } |
56 gtg = gtg && inspector.end(revisionNumber); | 55 gtg = gtg && inspector.end(revisionNumber); |