comparison TODO @ 129:645829962785

core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 20:32:29 +0100
parents 44b97930570c
children aa1629f36482
comparison
equal deleted inserted replaced
128:44b97930570c 129:645829962785
40 * newlines 40 * newlines
41 + \r\n <==> \n 41 + \r\n <==> \n
42 - force translation if inconsistent (now either fails or does nothing) 42 - force translation if inconsistent (now either fails or does nothing)
43 43
44 * API 44 * API
45 - rename in .core Cset -> HgChangeset,
46 - rename in .repo Changeset to HgChangelog.Changeset, Changeset.Inspector -> HgChangelog.Inspector
47 - CommandContext 45 - CommandContext
48 - Data access - not bytes, but ByteChannel 46 - Data access - not bytes, but ByteChannel
47 - HgRepository constants (TIP, BAD, WC) to HgRevisions enum
49 48
50 * defects 49 * defects
51 ConfigFile to strip comments from values (#) 50 ConfigFile to strip comments from values (#)
52 51
53 Proposed: 52 Proposed: