Mercurial > hg4j
comparison design.txt @ 131:aa1629f36482
Renamed .core classes to start with Hg prefix
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Wed, 16 Feb 2011 20:47:56 +0100 | 
| parents | 645829962785 | 
| children | 947bf231acbb | 
   comparison
  equal
  deleted
  inserted
  replaced
| 130:7567f4a42fe5 | 131:aa1629f36482 | 
|---|---|
| 79 + rename in .core Cset -> HgChangeset, | 79 + rename in .core Cset -> HgChangeset, | 
| 80 + rename in .repo Changeset to HgChangelog.Changeset, Changeset.Inspector -> HgChangelog.Inspector | 80 + rename in .repo Changeset to HgChangelog.Changeset, Changeset.Inspector -> HgChangelog.Inspector | 
| 81 - CommandContext | 81 - CommandContext | 
| 82 - Data access - not bytes, but ByteChannel | 82 - Data access - not bytes, but ByteChannel | 
| 83 - HgRepository constants (TIP, BAD, WC) to HgRevisions enum | 83 - HgRepository constants (TIP, BAD, WC) to HgRevisions enum | 
| 84 - RevisionMap to replace TreeMap<Integer, ?> | 84 - RevisionMap to replace TreeMap<Integer, ?> | 
| 85 + .core.* rename to Hg* | |
| 86 + RepositoryTreeWalker to ManifestCommand to match other command classes | |
| 87 | |
| 88 * defects | |
| 89 - ConfigFile to strip comments from values (#) | |
| 85 | 90 | 
| 86 <<<<< | 91 <<<<< | 
| 87 | 92 | 
| 88 Tests: | 93 Tests: | 
| 89 DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size | 94 DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size | 
