added todo comment

This commit is contained in:
Sebastian Sdorra
2012-07-01 20:45:58 +02:00
parent c37b3c163a
commit d6ac6789ab

View File

@@ -206,6 +206,7 @@ public class HgLogCommand extends AbstractCommand implements LogCommand
changeset.setBranches(Lists.newArrayList(branch));
}
// TODO improve performance
List<String> tags = c.tags();
if (tags != null)