mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
added todo comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user