Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/FileHistory.java @ 624:507602cb4fb3
FIXMEs and TODOs: pay some technical debt
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Mon, 20 May 2013 20:34:33 +0200 |
| parents | 43cfa08ff3fd |
| children | 6526d8adbc0f |
comparison
equal
deleted
inserted
replaced
| 623:fedc54356091 | 624:507602cb4fb3 |
|---|---|
| 28 | 28 |
| 29 /** | 29 /** |
| 30 * History of a file, with copy/renames, and corresponding revision information. | 30 * History of a file, with copy/renames, and corresponding revision information. |
| 31 * Facility for file history iteration. | 31 * Facility for file history iteration. |
| 32 * | 32 * |
| 33 * FIXME [post-1.1] Utilize in HgLogCommand and anywhere else we need to follow file history | 33 * TODO [post-1.1] Utilize in HgLogCommand and anywhere else we need to follow file history |
| 34 * | 34 * |
| 35 * @author Artem Tikhomirov | 35 * @author Artem Tikhomirov |
| 36 * @author TMate Software Ltd. | 36 * @author TMate Software Ltd. |
| 37 */ | 37 */ |
| 38 public class FileHistory { | 38 public class FileHistory { |
