mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
cleanup and update tests
This commit is contained in:
@@ -92,7 +92,7 @@ public class HgHookTagProvider implements HookTagProvider {
|
||||
if (tagNames != null){
|
||||
for ( String tagName : tagNames ){
|
||||
logger.trace("found tag {} at changeset {}", tagName, c.getId());
|
||||
tags.add(new Tag(tagName, c.getId()));
|
||||
tags.add(new Tag(tagName, c.getId(), c.getDate()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user