diff 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
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/FileHistory.java	Mon May 20 18:35:13 2013 +0200
+++ b/src/org/tmatesoft/hg/internal/FileHistory.java	Mon May 20 20:34:33 2013 +0200
@@ -30,7 +30,7 @@
  * History of a file, with copy/renames, and corresponding revision information.
  * Facility for file history iteration. 
  * 
- * FIXME [post-1.1] Utilize in HgLogCommand and anywhere else we need to follow file history
+ * TODO [post-1.1] Utilize in HgLogCommand and anywhere else we need to follow file history
  * 
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.