annotate src/org/tmatesoft/hg/core/package.html @ 709:497e697636fc

Report merged lines as changed block if possible, not as a sequence of added/deleted blocks. To facilitate access to merge parent lines AddBlock got mergeLineAt() method that reports index of the line in the second parent (if any), while insertedAt() has been changed to report index in the first parent always
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 21 Aug 2013 16:23:27 +0200
parents 7f136a3fa671
children
rev   line source
74
6f1b88693d48 Complete refactoring to org.tmatesoft
Artem Tikhomirov <tikhomirov.artem@gmail.com>
parents:
diff changeset
1 <html>
406
d56ea1a2537a Less meaningless package descriptions
Artem Tikhomirov <tikhomirov.artem@gmail.com>
parents: 74
diff changeset
2 <body>
d56ea1a2537a Less meaningless package descriptions
Artem Tikhomirov <tikhomirov.artem@gmail.com>
parents: 74
diff changeset
3 <h2>Hi-level API</h2>
419
7f136a3fa671 Clean javadoc to fix obvious warnings
Artem Tikhomirov <tikhomirov.artem@gmail.com>
parents: 406
diff changeset
4 <p>Hi-level API to deal with Mercurial repositories using task-oriented commands. Start with {@link org.tmatesoft.hg.core.HgRepoFacade} class</p>
406
d56ea1a2537a Less meaningless package descriptions
Artem Tikhomirov <tikhomirov.artem@gmail.com>
parents: 74
diff changeset
5 </body>
74
6f1b88693d48 Complete refactoring to org.tmatesoft
Artem Tikhomirov <tikhomirov.artem@gmail.com>
parents:
diff changeset
6 </html>